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 13b3862 commit e37a26bCopy full SHA for e37a26b
1 file changed
.github/workflows/pyinstaller.yml
@@ -32,7 +32,7 @@ jobs:
32
run: |
33
python -m pip install --upgrade pip
34
pip install -e .
35
- pip install ruff black mypy types-requests pytest
+ pip install ruff black mypy types-requests pytest flask
36
37
- name: Run ruff (linting)
38
0 commit comments