Skip to content

Commit

Permalink
Rename requirements-ci.txt to requirements-headless.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Aug 3, 2023
1 parent fb67215 commit ac9a0a5
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -30,7 +30,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.9
- run: pip install -r requirements-ci.txt
- run: pip install -r requirements-headless.txt
- run: python run.py -s .github/examples/source.jpg -t .github/examples/target.mp4 -o .github/examples/output.mp4
if: matrix.os != 'windows-latest'
- run: python run.py -s .github\examples\source.jpg -t .github\examples\target.mp4 -o .github\examples\output.mp4
Expand Down
File renamed without changes.

0 comments on commit ac9a0a5

Please sign in to comment.