Skip to content

Commit 36491e9

Browse files
committed
install testing deps via poetry
1 parent cf99560 commit 36491e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
python3 -m pip install --upgrade pip
2828
python3 -m pip install poetry
29-
pip3 install -e .[test]
29+
poetry install --with test
3030
- name: Test with pytest
3131
env:
3232
API_TOKEN: ${{ steps.dataverse.outputs.api_token }}

0 commit comments

Comments
 (0)