We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b10732 commit b702d73Copy full SHA for b702d73
1 file changed
.github/workflows/codecov.yml
@@ -38,6 +38,7 @@ jobs:
38
run: |
39
conda install --file requirements/run.txt
40
conda install --file requirements/test.txt
41
+ conda install --file requirements/build.txt
42
python -m pip install -r requirements/pip.txt
43
python -m pip install -e . --no-deps
44
0 commit comments