From ec08a8f51867d0207bd583aab5707b302d76d0fe Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Wed, 28 Dec 2022 09:17:32 +0530 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 897cf7c14..0ad5f4c3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,8 +71,10 @@ jobs: CONDA_ENVIRONMENT=.test-conda-env-py3.yml sed -i "s/- pocl/- intel-opencl-rt/g" "$CONDA_ENVIRONMENT" export PYOPENCL_TEST=intel - curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-test-py-project-within-miniconda.sh - . ./build-and-test-py-project-within-miniconda.sh + curl -L -O https://tiker.net/ci-support-v0 + . ./ci-support-v0 + build_py_project_in_conda_env + test_py_project pytest_no_arg_check: name: Conda Pytest without arg check