We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf99560 commit 36491e9Copy full SHA for 36491e9
1 file changed
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
python3 -m pip install --upgrade pip
28
python3 -m pip install poetry
29
- pip3 install -e .[test]
+ poetry install --with test
30
- name: Test with pytest
31
env:
32
API_TOKEN: ${{ steps.dataverse.outputs.api_token }}
0 commit comments