Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
keepingitneil committed Jan 12, 2024
1 parent f2e2ab1 commit 1ad304e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
- name: Install Package to Document
run: python -m pip install ${{ inputs.package_dir }}/

# Needed because we don't build the wheel when installing and importing livekit.rtc will look for the ffi
# Needed because we don't build the wheel when installing and importing livekit.rtc will look for the ffi
- name: Download ffi
run: [[ ${{ inputs.package_name }} = 'livekit.rtc' ]] && pip install requests && python livekit-rtc/rust-sdks/download_ffi.py --output $(python -m site --user-site)/livekit/rtc/resources
run: '[[ ${{ inputs.package_name }} = \'livekit.rtc\' ]] && pip install requests && python livekit-rtc/rust-sdks/download_ffi.py --output $(python -m site --user-site)/livekit/rtc/resources'

- name: Install pdoc
run: pip install --upgrade pdoc
Expand Down

0 comments on commit 1ad304e

Please sign in to comment.