Skip to content

Commit

Permalink
pin intel-oneapi version in CI (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
baperry2 authored Nov 4, 2024
1 parent 5761481 commit 2c80f01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependencies/dependencies_dpcpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ echo "deb https://apt.repos.intel.com/oneapi all main" \

sudo apt-get update
sudo apt-get install -y \
intel-oneapi-compiler-dpcpp-cpp \
intel-oneapi-mkl-devel
intel-oneapi-compiler-dpcpp-cpp=2024.2.1-1079 \
intel-oneapi-mkl-devel=2024.2.2-15

0 comments on commit 2c80f01

Please sign in to comment.