We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae6017 commit 64d2ebbCopy full SHA for 64d2ebb
1 file changed
.github/workflows/python-app.yml
@@ -52,6 +52,10 @@ jobs:
52
conda info
53
conda list
54
55
+ - name: install with pip
56
+ shell: bash -l {0}
57
+ run: pip install -e .
58
+
59
- name: Run test suite
60
shell: bash -l {0}
61
run: pytest -v
0 commit comments