Skip to content

Commit

Permalink
source conda shell definition before calling calling activate
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Aug 27, 2022
1 parent 7f53702 commit 4bf0c61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,14 @@ jobs:
conda list
- name: Smoke test
run: |
. $CONDA/etc/profile.d/conda.sh
conda activate test_dpctl
export OCL_ICD_FILENAMES=libintelocl.so
export SYCL_ENABLE_HOST_DEVICE=1
python -c "import dpctl; dpctl.lsplatform()"
- name: Run tests
run: |
. $CONDA/etc/profile.d/conda.sh
conda activate test_dpctl
# echo "libintelocl.so" | tee /etc/OpenCL/vendors/intel-cpu.icd
export OCL_ICD_FILENAMES=libintelocl.so
Expand Down

0 comments on commit 4bf0c61

Please sign in to comment.