Skip to content

Commit ec08a8f

Browse files
authored
Update ci.yml
1 parent cf293a4 commit ec08a8f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,10 @@ jobs:
7171
CONDA_ENVIRONMENT=.test-conda-env-py3.yml
7272
sed -i "s/- pocl/- intel-opencl-rt/g" "$CONDA_ENVIRONMENT"
7373
export PYOPENCL_TEST=intel
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
74+
curl -L -O https://tiker.net/ci-support-v0
75+
. ./ci-support-v0
76+
build_py_project_in_conda_env
77+
test_py_project
7678
7779
pytest_no_arg_check:
7880
name: Conda Pytest without arg check

0 commit comments

Comments
 (0)