We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b9f9e commit ec3e0c8Copy full SHA for ec3e0c8
1 file changed
.github/workflows/python-app.yml
@@ -56,7 +56,7 @@ jobs:
56
shell: bash -l {0}
57
run: |
58
which pip
59
- pip install -e
+ pip install -e .
60
conda list
61
62
- name: Run test suite
0 commit comments