We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b695525 commit d2a4e35Copy full SHA for d2a4e35
1 file changed
.github/workflows/ci.yml
@@ -68,6 +68,11 @@ jobs:
68
- name: "Main Script"
69
run: |
70
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
76
sudo bash ./install-intel-icd.sh
77
78
CONDA_ENVIRONMENT=.test-conda-env-py3.yml
0 commit comments