Skip to content

Commit

Permalink
Update test-run.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
brad-richardson authored Jul 23, 2024
1 parent 12c166c commit 53b2593
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
- name: Install Poetry
run: pip3 install poetry
- name: Manually install numpy
run: poetry run pip install setuptools numpy==1.24.4
run: |
poetry run pip install setuptools
poetry run pip install numpy==1.24.4
- name: Build library and install deps
run: poetry install
- name: Test run
Expand Down

0 comments on commit 53b2593

Please sign in to comment.