Skip to content

Commit

Permalink
adding comment why to enforce flask 2
Browse files Browse the repository at this point in the history
  • Loading branch information
serengil committed Nov 10, 2024
1 parent a4479ce commit 1de9034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest
pip install Werkzeug==2.0.2
pip install flask==2.0.2
# sending files in form data throwing error in flask 3 while running tests
pip install Werkzeug==2.0.2 flask==2.0.2
pip install .
- name: Test with pytest
Expand Down

0 comments on commit 1de9034

Please sign in to comment.