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 99d21e6 commit 9147d44
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,7 @@ jobs:

- name: Test with pytest
run: |
pip install --upgrade pip
pip install pytest pytest-cov
pip install -r requirements.txt
pytest tests/test_api.py
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"boto3": "^1.28.2",
"pandas": "^2.0.3",
"shapely": "^2.0.1",
"connexion": {"version": "^2.14.2", "extras": ["swagger-ui"]},
"connexion": "^2.14.2",
"cryptography": "^41.0.2"
},
"devDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
boto3 == 1.28.2
pandas == 2.0.3
shapely == 2.0.1
connexion == 2.14.2
cryptography == 41.0.2

0 comments on commit 9147d44

Please sign in to comment.