Skip to content

Commit

Permalink
quote the numpy version so it doesn't get interpreted as a redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns authored Sep 25, 2024
1 parent 7fe5c7a commit d16ee22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reproduce_paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python -m pip install -e .[molecules]
python -m pip install scikit-learn==1.2.2
python -m pip install notebook
python -m pip install numpy<2
python -m pip install "numpy<2"
- name: Backup Reference Splits
run: |
cd examples/reproduce_paper_splits
Expand Down

0 comments on commit d16ee22

Please sign in to comment.