Skip to content

Commit

Permalink
Revert last change
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed May 28, 2021
1 parent 9a3c0b4 commit 88ae49a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,8 @@ jobs:
| sudo tee /etc/ImageMagick-6/policy.xml
- name: PyTest
if: ${{ matrix.python-version != '3.7' }}
run: |
pytest tests/ --doctest-modules -v --cov moviepy --cov-report term-missing
- name: PyTest (FFMPEG_BINARY=auto-detect)
if: ${{ matrix.python-version == '3.7' }}
run: |
FFMPEG_BINARY=auto-detect pytest tests/ --doctest-modules -v --cov moviepy --cov-report term-missing
- name: Test pip installation
run: |
Expand Down

0 comments on commit 88ae49a

Please sign in to comment.