Skip to content

Commit 6f9616f

Browse files
committed
Avoid jax 0.4.6 on gitlab because of CI crashes
1 parent 53e1663 commit 6f9616f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ Python 3 POCL Examples:
6464

6565
Python 3 Conda:
6666
script: |
67+
# Avoid crashes like https://gitlab.tiker.net/inducer/arraycontext/-/jobs/536021
68+
sed -i 's/jax/jax !=0.4.6/' .test-conda-env-py3.yml
69+
6770
curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-test-py-project-within-miniconda.sh
6871
. ./build-and-test-py-project-within-miniconda.sh
6972
tags:

0 commit comments

Comments
 (0)