We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a56f254 commit d385d4dCopy full SHA for d385d4d
1 file changed
.github/workflows/pythonpackage.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install dependencies
21
run: |
22
python -m pip install --upgrade pip
23
- python setup.py develop --user
+ python -m pip install .[all]
24
- name: Test with pytest
25
26
pip install pytest
0 commit comments