We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b119e41 commit 04cb356Copy full SHA for 04cb356
.github/workflows/python-pytest.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install dependencies
28
run: |
29
python -m pip install --upgrade pip
30
- python -m pip install mypy pylint pytest rich
+ python -m pip install mypy pylint pytest rich numpy
31
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
32
- name: Test with pytest
33
0 commit comments