Skip to content

Commit cf293a4

Browse files
committed
use conda for intel ocl ci
1 parent 033cebd commit cf293a4

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)