Skip to content

Commit d2a4e35

Browse files
committed
try different intel CL version
1 parent b695525 commit d2a4e35

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ jobs:
6868
- name: "Main Script"
6969
run: |
7070
curl -L -O https://raw.githubusercontent.com/illinois-scicomp/machine-shop-maintenance/main/install-intel-icd.sh
71+
sed -i \
72+
-e '0,/^VERSION=/s|^VERSION=.*|VERSION=oclcpuexp-2025.21.10.0.10_160000_rel|' \
73+
-e '0,/^RELEASE=/s|^RELEASE=.*|RELEASE="2025-WW45"|' \
74+
-e '0,/^TBB_VERSION=/s|^TBB_VERSION=.*|TBB_VERSION=2023.0.0|' \
75+
install-intel-icd.sh
7176
sudo bash ./install-intel-icd.sh
7277
7378
CONDA_ENVIRONMENT=.test-conda-env-py3.yml

0 commit comments

Comments
 (0)