Skip to content

Commit c9adfac

Browse files
committed
need to install bmi-tester from conda
1 parent b906ec2 commit c9adfac

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
@@ -32,11 +32,12 @@ jobs:
3232

3333
- name: Show conda installation info
3434
run: |
35+
const install --file=requirements-testing.txt
3536
conda info
3637
conda list
3738
3839
- name: Build and install package
39-
run: pip install -e .[testing]
40+
run: pip install .
4041

4142
- name: Test
4243
run: |

0 commit comments

Comments
 (0)