Skip to content

Commit

Permalink
install testing deps via poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Jan 9, 2024
1 parent 6516f5c commit 8c86eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip
python3 -m pip install poetry
pip3 install -e .[test]
poetry install --with test
- name: Test with pytest
env:
API_TOKEN: ${{ steps.dataverse.outputs.api_token }}
Expand Down

0 comments on commit 8c86eb1

Please sign in to comment.