We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e34ee02 commit 5882805Copy full SHA for 5882805
2 files changed
.github/workflows/main.yml
@@ -35,6 +35,7 @@ jobs:
35
run: |
36
conda install --file requirements/run.txt
37
conda install --file requirements/test.txt
38
+ conda install --file requirements/build.txt
39
python -m pip install -r requirements/pip.txt
40
python -m pip install . --no-deps
41
.github/workflows/matrix.yml
@@ -40,6 +40,7 @@ jobs:
42
43
44
45
46
0 commit comments