File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -68,17 +68,11 @@ jobs:
6868 - uses : actions/checkout@v3
6969 - name : " Main Script"
7070 run : |
71- curl -L -O https://raw.githubusercontent.com/illinois-scicomp/machine-shop-maintenance/main/install-intel-icd.sh
72- sudo bash ./install-intel-icd.sh
7371 CONDA_ENVIRONMENT=.test-conda-env-py3.yml
74- echo "- ocl-icd-system" >> "$CONDA_ENVIRONMENT"
75- sed -i "/pocl/ d" "$CONDA_ENVIRONMENT"
72+ sed -i "s/- pocl/- intel-opencl-rt/g" "$CONDA_ENVIRONMENT"
7673 export PYOPENCL_TEST=intel
77- source /opt/enable-intel-cl.sh
78- curl -L -O https://tiker.net/ci-support-v0
79- . ./ci-support-v0
80- build_py_project_in_conda_env
81- test_py_project
74+ curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-test-py-project-within-miniconda.sh
75+ . ./build-and-test-py-project-within-miniconda.sh
8276
8377 pytest_no_arg_check :
8478 name : Conda Pytest without arg check
You can’t perform that action at this time.
0 commit comments