Skip to content

Commit

Permalink
import numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
semaphoreP authored Feb 5, 2024
1 parent 2da8f11 commit fb38b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
pip install -r requirements.txt -e .
pip install flake8 pytest numpy
git lfs pull
pip install -r requirements.txt -e .
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit fb38b79

Please sign in to comment.