Skip to content

Commit e37a26b

Browse files
committed
ci: add flask dependency to PyInstaller workflow
Add flask to test dependencies in PyInstaller workflow to support integration tests that use the mock NITRO API server.
1 parent 13b3862 commit e37a26b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pyinstaller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
python -m pip install --upgrade pip
3434
pip install -e .
35-
pip install ruff black mypy types-requests pytest
35+
pip install ruff black mypy types-requests pytest flask
3636
3737
- name: Run ruff (linting)
3838
run: |

0 commit comments

Comments
 (0)