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

Commit

Permalink
Fixed tests with poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored Sep 29, 2023
1 parent fc11950 commit 359292a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,8 @@ jobs:
- name: Build Python Artifact
run: |
poetry build
- name: Test with pytest
run: |
poetry run pytest tests/test_api.py -k 'test_gettimeseries_get'
poetry run pytest tests/test_api.py -k 'test_getsubset_get'

0 comments on commit 359292a

Please sign in to comment.