Skip to content

Commit

Permalink
rye sync
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Jul 25, 2024
1 parent 1bcd5c5 commit 480683c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pkg-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
runs-on: ${{ matrix.os}}
timeout-minutes: 10
env:
SORA_SDK_VERSION: 2024.3.0.dev5
TEST_SIGNALING_URL: ${{ secrets.TEST_SIGNALING_URL }}
TEST_SECRET_KEY: ${{ secrets.TEST_SECRET_KEY }}
TEST_CHANNEL_ID_PREFIX: ${{ secrets.TEST_CHANNEL_ID_PREFIX }}
Expand All @@ -35,7 +34,7 @@ jobs:
echo "OPENH264_PATH=$(pwd)/libopenh264.so" >> $GITHUB_ENV
working-directory: ./tests
- run: rye pin ${{ matrix.python_version }}
- run: rye add sora_sdk --pre ${{ env.SORA_SDK_VERSION }}
- run: rye add sora_sdk --pre
- run: rye sync
# - run: rye test
- run: rye run pytest tests/test_sendonly.py -s
Expand All @@ -53,15 +52,14 @@ jobs:
runs-on: macos-14
timeout-minutes: 10
env:
SORA_SDK_VERSION: 2024.3.0.dev5
TEST_SIGNALING_URL: ${{ secrets.TEST_SIGNALING_URL }}
TEST_SECRET_KEY: ${{ secrets.TEST_SECRET_KEY }}
TEST_CHANNEL_ID_PREFIX: ${{ secrets.TEST_CHANNEL_ID_PREFIX }}
steps:
- uses: eifinger/setup-rye@v4
- uses: actions/checkout@v4
- run: rye pin ${{ matrix.python_version }}
- run: rye add sora_sdk --pre ${{ env.SORA_SDK_VERSION }}
- run: rye add sora_sdk --pre
- run: rye sync
# - run: rye test
- run: rye run pytest tests/test_macos_h265.py -s
Expand Down
4 changes: 2 additions & 2 deletions examples/requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# use `rye lock` or `rye sync` to update this lockfile
#
# last locked with the following flags:
# pre: false
# pre: true
# features: []
# all-features: false
# with-sources: false
Expand Down Expand Up @@ -96,7 +96,7 @@ scipy==1.10.1
# via jaxlib
six==1.16.0
# via python-dateutil
sora-sdk==2024.3.0.dev3
sora-sdk==2024.3.0.dev5
# via sora-sdk-samples
sounddevice==0.4.7
# via mediapipe
Expand Down
4 changes: 2 additions & 2 deletions examples/requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# use `rye lock` or `rye sync` to update this lockfile
#
# last locked with the following flags:
# pre: false
# pre: true
# features: []
# all-features: false
# with-sources: false
Expand Down Expand Up @@ -92,7 +92,7 @@ scipy==1.10.1
# via jaxlib
six==1.16.0
# via python-dateutil
sora-sdk==2024.3.0.dev3
sora-sdk==2024.3.0.dev5
# via sora-sdk-samples
sounddevice==0.4.7
# via mediapipe
Expand Down

0 comments on commit 480683c

Please sign in to comment.