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 cf293a4 commit ec08a8fCopy full SHA for ec08a8f
.github/workflows/ci.yml
@@ -71,8 +71,10 @@ jobs:
71
CONDA_ENVIRONMENT=.test-conda-env-py3.yml
72
sed -i "s/- pocl/- intel-opencl-rt/g" "$CONDA_ENVIRONMENT"
73
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
+ curl -L -O https://tiker.net/ci-support-v0
+ . ./ci-support-v0
76
+ build_py_project_in_conda_env
77
+ test_py_project
78
79
pytest_no_arg_check:
80
name: Conda Pytest without arg check
0 commit comments