Skip to content

Commit 1e20f15

Browse files
committed
need to install bmi-tester from conda
1 parent 50fa6bc commit 1e20f15

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ jobs:
3333

3434
- name: Show conda installation info
3535
run: |
36+
const install --file=requirements-testing.txt
3637
conda info
3738
conda list
3839
3940
- name: Build and install package
40-
run: pip install -e .[testing]
41+
run: pip install .
4142

4243
- name: Test
4344
run: |

0 commit comments

Comments
 (0)