Skip to content

Commit e6326e8

Browse files
committed
mf
1 parent 7ebb9ef commit e6326e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
working-directory: ${{github.workspace}}
2424
run: |
2525
pip3 install --no-deps ir_datasets
26-
pip3 install pytest pytest-cov coverage
26+
pip3 install pytest pytest-cov coverage numpy
2727
- name: Run unit tests
2828
working-directory: ${{github.workspace}}/
2929
run: |

0 commit comments

Comments
 (0)