Skip to content

Commit 03186f4

Browse files
committed
Avoid Jax breaking the mypy Gitlab CI
1 parent a5572be commit 03186f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
run: |
5252
curl -L -O https://tiker.net/ci-support-v0
5353
. ./ci-support-v0
54+
CONDA_ENVIRONMENT=.test-conda-env-py3.yml
55+
sed -i "/jax/ d" "$CONDA_ENVIRONMENT"
5456
build_py_project_in_conda_env
5557
python -m pip install mypy pytest
5658
./run-mypy.sh

0 commit comments

Comments
 (0)