We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035ff81 commit 0338d2dCopy full SHA for 0338d2d
.github/workflows/python-app.yml
@@ -45,7 +45,7 @@ jobs:
45
run: |
46
python -V
47
python -m pip install --upgrade pip
48
- pip install flake8 pyinstaller>=6.19.0
+ pip install flake8 pyinstaller==6.19.0
49
pip install -r requirements.txt
50
51
0 commit comments