Skip to content

Commit

Permalink
Update examples action to only test notebooks, also bumped the ffmpeg…
Browse files Browse the repository at this point in the history
… action version
  • Loading branch information
ma-sadeghi committed Mar 10, 2024
1 parent 742ac0c commit b35edab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: FedericoCarboni/setup-ffmpeg@v2
- uses: FedericoCarboni/setup-ffmpeg@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand All @@ -45,7 +45,8 @@ jobs:
- name: Running tests
# Make sure to pass max-parallel to --splits
run: |
pytest examples/ \
pytest \
-p no:python \
--nbval-lax \
--splits ${{ strategy.max-parallel}} \
--group ${{ matrix.test_group }} \
Expand Down

0 comments on commit b35edab

Please sign in to comment.