Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Dec 28, 2022
1 parent cf293a4 commit ec08a8f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec08a8f

Please sign in to comment.