Skip to content

Commit

Permalink
debug macos
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener committed May 16, 2024
1 parent 4551ff4 commit 0458d9a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,10 @@ jobs:
- uses: actions/checkout@v4
- name: "Main Script"
run: |
export CC=gcc
CONDA_ENVIRONMENT=.test-conda-env.yml
grep -v ocl-icd .test-conda-env-py3.yml > $CONDA_ENVIRONMENT
set -x
# export CC=gcc
# CONDA_ENVIRONMENT=.test-conda-env.yml
# grep -v ocl-icd .test-conda-env-py3.yml > $CONDA_ENVIRONMENT
curl -L -O https://tiker.net/ci-support-v0
. ci-support-v0
Expand All @@ -160,6 +161,8 @@ jobs:
export CL_LIB_DIR=$CONDA_PREFIX/lib
export CL_USE_SHIPPED_EXT=on
export PROJECT_INSTALL_FLAGS=-v
pip_install_project
test_py_project
Expand Down

0 comments on commit 0458d9a

Please sign in to comment.