Skip to content
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

Merged
merged 37 commits into from
Mar 18, 2024
Merged

Iterating on Github Action #135

merged 37 commits into from
Mar 18, 2024

Conversation

keepingitneil
Copy link
Contributor

@keepingitneil keepingitneil commented Jan 11, 2024

- name: Install Requirements From Egg Info
run: python -m pip install -r $REQUIREMENTS_FILE
with:
submodules: recursive
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you need submodules?

Copy link
Contributor Author

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

@theomonnom
Copy link
Member

theomonnom commented Jan 12, 2024

  • Can you try again with the main branch? I changed the build logic

Where can I access the docs? Can you add a link to the README

@keepingitneil
Copy link
Contributor Author

  • Can you try again with the main branch? I changed the build logic

Where can I access the docs? Can you add a link to the README

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"
Copy link
Member

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

Copy link
Member

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

@keepingitneil keepingitneil merged commit 95f4cb8 into main Mar 18, 2024
4 checks passed
@keepingitneil keepingitneil deleted the neil/ga branch March 18, 2024 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants