mirror of
https://github.com/serengil/deepface.git
synced 2025-06-05 19:15:23 +00:00
adding comment why to enforce flask 2
This commit is contained in:
parent
a4479ceb14
commit
1de903409d
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user