Skip to content

Commit 236782c

Browse files
committed
fix: try geoh5 only
1 parent 58b4e07 commit 236782c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tester.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
- name: Building and install
3838
shell: bash -l {0}
3939
run: |
40-
pip install .[tests] --user
40+
pip install . --user
41+
pip install geoh5py --user
4142
- name: pytest
4243
shell: bash -l {0}
4344
run: |

0 commit comments

Comments
 (0)