We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53e1663 commit 6f9616fCopy full SHA for 6f9616f
.gitlab-ci.yml
@@ -64,6 +64,9 @@ Python 3 POCL Examples:
64
65
Python 3 Conda:
66
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
+
70
curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-test-py-project-within-miniconda.sh
71
. ./build-and-test-py-project-within-miniconda.sh
72
tags:
0 commit comments