Skip to content

Commit

Permalink
Ooops
Browse files Browse the repository at this point in the history
  • Loading branch information
PietropaoloFrisoni committed Sep 19, 2024
1 parent ffc3ba4 commit f198173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install_deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ runs:
- name: Install numpy 1 version
shell: bash
if: inputs.install_numpy_1 == 'true'
run: pip install "numpy 1.26.4"
run: pip install "numpy==1.26.4"

- name: Install PyTorch
shell: bash
Expand Down

0 comments on commit f198173

Please sign in to comment.