We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d53cac0 commit 5fe1692Copy full SHA for 5fe1692
.github/workflows/python-package-conda.yml
@@ -21,6 +21,7 @@ jobs:
21
- name: Install dependencies
22
run: |
23
pip install -r requirements.txt
24
+ pip install -e .
25
- name: Test with pytest
26
27
pip install pytest
0 commit comments