We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ebb9ef commit e6326e8Copy full SHA for e6326e8
.github/workflows/tests.yml
@@ -23,7 +23,7 @@ jobs:
23
working-directory: ${{github.workspace}}
24
run: |
25
pip3 install --no-deps ir_datasets
26
- pip3 install pytest pytest-cov coverage
+ pip3 install pytest pytest-cov coverage numpy
27
- name: Run unit tests
28
working-directory: ${{github.workspace}}/
29
0 commit comments