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 a9d529d commit 99304f7Copy full SHA for 99304f7
.github/workflows/tests.yml
@@ -48,6 +48,7 @@ jobs:
48
49
- name: Install dependencies
50
run: |
51
+ python -m pip install --upgrade pip setuptools
52
pip install -r requirements.txt
53
pip install . # overwrites ncpi python package. It installs the current version of this repository
54
0 commit comments