Skip to content

Commit

Permalink
Try to fix mypy install
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Dec 31, 2023
1 parent 3ad5d31 commit fa77f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,6 @@ jobs:
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install mypy jax jaxlib torch
python setup.py install
python -m pip install .
- name: "Run mypy"
run: python -m mypy --install-types --non-interactive pysr

0 comments on commit fa77f81

Please sign in to comment.