-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Iterating on Github Action #135
Conversation
- name: Install Requirements From Egg Info | ||
run: python -m pip install -r $REQUIREMENTS_FILE | ||
with: | ||
submodules: recursive |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you need submodules?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah - pip install fails without it
Where can I access the docs? Can you add a link to the README |
9ebfbd1
to
ece1fe3
Compare
Docs look like this: https://dhoiehpn9ahig.cloudfront.net/livekit-rtc/livekit/rtc.html (still need to figure out cloudfront to so docs.livekit.io redirects to these like the other ones) |
run: python -m pip install ${{ inputs.package_dir }}/ | ||
|
||
- 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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only necessary for livekit-rtc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you can simplify this and move to build-rtc.yml
Successful run: https://github.com/livekit/python-sdks/actions/runs/7495215522/job/20404836012