Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Aug 2, 2023
1 parent 6eb82d0 commit 820ae4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ jobs:
- name: Test with pytest
run: |
pip install --upgrade pip
pip install pytest pytest-cov
pip install -r requirements.txt
python3 -m pip install --upgrade pip
pip3 install pytest pytest-cov
pip3 install -r requirements.txt
python3 tests/example_load_data.py
pytest tests/test_api.py
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ boto3 == 1.28.2
pandas == 2.0.3
shapely == 2.0.1
connexion == 2.14.2
cryptography == 41.0.2
cryptography == 38.0.4
Flask-Testing == 0.8.1

0 comments on commit 820ae4b

Please sign in to comment.