Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Jun 14, 2024
1 parent 1863a23 commit ab26e5f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ jobs:
echo "ffmpeg is installed, but it shouldn't! Exiting!!"
exit 1
fi
python -m pip install dist/*
wheel=`ls dist/*.whl`
echo Installing $wheel
python -m pip install $wheel
- name: Install ffmpeg, post build
run: |
Expand Down

0 comments on commit ab26e5f

Please sign in to comment.