Skip to content

Commit

Permalink
update pyinstaller version
Browse files Browse the repository at this point in the history
  • Loading branch information
jopohl committed Feb 28, 2022
1 parent b5c2b3f commit 696c1ce
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 @@ -84,7 +84,7 @@ jobs:
pip install pyaudio
fi
pip install twine setuptools pytest pytest-xvfb pytest-cov pytest-faulthandler six appdirs packaging pyinstaller!=4.9
pip install twine setuptools pytest pytest-xvfb pytest-cov pytest-faulthandler six appdirs packaging pyinstaller
python -c "import tempfile, os; open(os.path.join(tempfile.gettempdir(), 'urh_releasing'), 'w').close()"
shell: bash
env:
Expand Down

0 comments on commit 696c1ce

Please sign in to comment.