We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d301c commit 79cd9e6Copy full SHA for 79cd9e6
.github/workflows/test.yml
@@ -88,7 +88,7 @@ jobs:
88
89
- name: Install
90
run: |
91
- LIMNORIA_WARN_OLD_PYTHON=0 python3 setup.py install
+ LIMNORIA_WARN_OLD_PYTHON=0 pip install .
92
93
- name: Test with unittest
94
0 commit comments