Skip to content

Commit

Permalink
Removed ffmpeg check from windows workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Demmenie committed Jul 4, 2024
1 parent 7f7a07a commit cbacc97
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ jobs:
pip install -U setuptools wheel
python assets/install_ffmpeg.py
$env:Path += ";D:\a\videohash2\videohash2"
- name: Check FFmpeg is installed properly
run: |
echo %PATH%
ffmpeg -version
- name: Build test the package
run: |
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit cbacc97

Please sign in to comment.