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 304496c commit 12c166c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Poetry
run: pip3 install poetry
- name: Manually install numpy
run: poetry run pip install numpy==1.24.4
run: poetry run pip install setuptools numpy==1.24.4
- name: Build library and install deps
run: poetry install
- name: Test run
Expand Down

0 comments on commit 12c166c

Please sign in to comment.