We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c2b3f commit 696c1ceCopy full SHA for 696c1ce
.github/workflows/ci.yml
@@ -84,7 +84,7 @@ jobs:
84
85
pip install pyaudio
86
fi
87
- 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
88
python -c "import tempfile, os; open(os.path.join(tempfile.gettempdir(), 'urh_releasing'), 'w').close()"
89
shell: bash
90
env:
0 commit comments