Skip to content

Commit

Permalink
Avoid Jax breaking the mypy Gitlab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Aug 1, 2024
1 parent 7b9b5e9 commit 6733dad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
run: |
curl -L -O https://tiker.net/ci-support-v0
. ./ci-support-v0
CONDA_ENVIRONMENT=.test-conda-env-py3.yml
sed -i "/jax/ d" "$CONDA_ENVIRONMENT"
build_py_project_in_conda_env
python -m pip install mypy pytest
./run-mypy.sh
Expand Down

0 comments on commit 6733dad

Please sign in to comment.