Skip to content

Commit 5882805

Browse files
committed
fix the failing workflow
1 parent e34ee02 commit 5882805

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
run: |
3636
conda install --file requirements/run.txt
3737
conda install --file requirements/test.txt
38+
conda install --file requirements/build.txt
3839
python -m pip install -r requirements/pip.txt
3940
python -m pip install . --no-deps
4041

.github/workflows/matrix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
run: |
4141
conda install --file requirements/run.txt
4242
conda install --file requirements/test.txt
43+
conda install --file requirements/build.txt
4344
python -m pip install -r requirements/pip.txt
4445
python -m pip install . --no-deps
4546

0 commit comments

Comments
 (0)