Skip to content

Commit

Permalink
Merge pull request #21 from jhj0517/fix/ci
Browse files Browse the repository at this point in the history
Fix moviepy
  • Loading branch information
jhj0517 authored Dec 7, 2024
2 parents 24b6f6e + 161f883 commit a7975ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y ffmpeg

- name: Install dependencies
run: pip install -r requirements.txt pytest scikit-image moviepy
run: pip install -r requirements.txt pytest scikit-image moviepy==1.0.3

- name: Run test
run: python -m pytest -rs tests

0 comments on commit a7975ca

Please sign in to comment.