We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aab89a commit 41857caCopy full SHA for 41857ca
.github/workflows/pyinstaller-build.yml
@@ -20,7 +20,7 @@ jobs:
20
python-version: 3.10.7
21
22
- run: pip install -r requirements.txt
23
- - run: pip install -r requirements-dev.txt
+ - run: pip install -r requirements_dev.txt
24
- run: python scripts/build_app.py
25
# Optionally verify that it works (provided that it does not need user interaction)
26
#- run: ./dist/your-code/your-code
0 commit comments