Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Aksel Thomsen <[email protected]>
  • Loading branch information
akselthomsen authored Dec 10, 2024
1 parent 8c3397c commit 1ecb6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ runs:

- name: install numpy
shell: bash
run: python3 pip install --break-system-packages numpy
run: python3 -m pip install --break-system-packages numpy

0 comments on commit 1ecb6b8

Please sign in to comment.