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 69ab22c commit 4ec6097Copy full SHA for 4ec6097
.github/workflows/CI.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Install BiFuncLib & dependencies
36
run: |
37
python -m pip install --upgrade pip
38
- pip install .
+ pip install -e
39
- name: Test
40
41
pip install pytest
0 commit comments