Skip to content

Commit

Permalink
CI: install pytest for leading_edge
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfaff committed Apr 4, 2024
1 parent 73efcbf commit 6159922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U pip
python -m pip install pip install "numpy>=2.0.0rc1"
python -m pip install pip install pytest "numpy>=2.0.0rc1"
- name: Run tests
run: pytest

Expand Down

0 comments on commit 6159922

Please sign in to comment.