Skip to content

Commit

Permalink
<pytest>[feat]only run in linux
Browse files Browse the repository at this point in the history
  • Loading branch information
HornCopper committed Aug 16, 2024
1 parent ef3df39 commit ef25972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2,349 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
python-version: [ '3.9.13' ]
steps:
- uses: actions/checkout@v4
Expand All @@ -27,7 +27,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y \
libwoff2-dev \
libvpx-dev \
libevent-dev \
libopus-dev \
Expand All @@ -45,6 +44,7 @@ jobs:
python -m pip install pytest pytest-asyncio
python -m pip install -r requirements.txt
playwright install
- name: Run tests
run: |
pytest -v --full-trace --durations 10 --timeout=1200 test.py
Loading

0 comments on commit ef25972

Please sign in to comment.