Skip to content

Commit

Permalink
fix pip install typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Jun 18, 2024
1 parent 90d5354 commit af0bac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/env/eve/cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ module load Python/3.10.8
# Python dependencies
virtualenv .venv
source .venv/bin/activate
pip install numpy<2
pip install "numpy<2"

0 comments on commit af0bac6

Please sign in to comment.