mirror of
https://github.com/serengil/deepface.git
synced 2025-06-06 11:35:21 +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: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install pytest
|
pip install pytest
|
||||||
pip install Werkzeug==2.0.2
|
# sending files in form data throwing error in flask 3 while running tests
|
||||||
pip install flask==2.0.2
|
pip install Werkzeug==2.0.2 flask==2.0.2
|
||||||
pip install .
|
pip install .
|
||||||
|
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user