Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:shiguredo/sora-python-sdk into d…
Browse files Browse the repository at this point in the history
…evelop
  • Loading branch information
voluntas committed Aug 19, 2024
2 parents f8bf455 + f2d4315 commit 3b9551a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 21 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/examples-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
- .github/workflows/examples-e2e-test.yml
- examples

env:
TEST_SIGNALING_URLS: ${{ secrets.TEST_SIGNALING_URLS }}
TEST_CHANNEL_ID_PREFIX: ${{ secrets.TEST_CHANNEL_ID_PREFIX }}
TEST_SECRET_KEY: ${{ secrets.TEST_SECRET_KEY }}

jobs:
e2e_ubuntu_test:
strategy:
Expand All @@ -18,10 +23,6 @@ jobs:
run:
working-directory: ./examples
timeout-minutes: 20
env:
TEST_SIGNALING_URLS: ${{ secrets.TEST_SIGNALING_URLS }}
TEST_CHANNEL_ID_PREFIX: ${{ secrets.TEST_CHANNEL_ID_PREFIX }}
TEST_SECRET_KEY: ${{ secrets.TEST_SECRET_KEY }}
steps:
- uses: actions/checkout@v4
# libx11-dev は Ubuntu 24.04 の時に必要になる模様
Expand Down Expand Up @@ -53,10 +54,6 @@ jobs:
run:
working-directory: ./examples
timeout-minutes: 20
env:
TEST_SIGNALING_URLS: ${{ secrets.TEST_SIGNALING_URLS }}
TEST_CHANNEL_ID_PREFIX: ${{ secrets.TEST_CHANNEL_ID_PREFIX }}
TEST_SECRET_KEY: ${{ secrets.TEST_SECRET_KEY }}
steps:
- uses: actions/checkout@v4
- name: Download openh264
Expand Down Expand Up @@ -86,9 +83,6 @@ jobs:
env:
# Python を強制的に UTF-8 で利用するおまじない
PYTHONUTF8: 1
TEST_SIGNALING_URLS: ${{ secrets.TEST_SIGNALING_URLS }}
TEST_CHANNEL_ID_PREFIX: ${{ secrets.TEST_CHANNEL_ID_PREFIX }}
TEST_SECRET_KEY: ${{ secrets.TEST_SECRET_KEY }}
steps:
- uses: actions/checkout@v4
- name: Download openh264
Expand All @@ -99,7 +93,6 @@ jobs:
7z e openh264-2.4.1-win64.dll.bz2
Rename-Item -Path "openh264-2.4.1-win64.dll" -NewName "libopenh264.dll"
echo "OPENH264_PATH=$PWD\libopenh264.dll" >> $env:GITHUB_ENV
working-directory: ./tests
- uses: eifinger/setup-rye@v4
- run: rye pin ${{ matrix.python_version }}
- run: rye sync
Expand Down
9 changes: 0 additions & 9 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,17 @@
-e file:.
auditwheel==6.0.0
build==1.2.1
exceptiongroup==1.2.2
# via pytest
iniconfig==2.0.0
# via pytest
nanobind==2.1.0
packaging==24.1
# via auditwheel
# via build
# via pytest
pluggy==1.5.0
# via pytest
pyelftools==0.31
# via auditwheel
pyproject-hooks==1.1.0
# via build
pytest==8.3.2
ruff==0.6.1
setuptools==72.2.0
tomli==2.0.1
# via build
# via pytest
typing-extensions==4.12.2
wheel==0.43.0

0 comments on commit 3b9551a

Please sign in to comment.