Skip to content

Commit d385d4d

Browse files
committed
hotfix test
1 parent a56f254 commit d385d4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23-
python setup.py develop --user
23+
python -m pip install .[all]
2424
- name: Test with pytest
2525
run: |
2626
pip install pytest

0 commit comments

Comments
 (0)