Skip to content

Commit ea158b6

Browse files
committed
Prettify
1 parent b6d72e1 commit ea158b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,8 @@ jobs:
555555
wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB
556556
sudo apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB
557557
echo "deb https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
558-
- name: Add ICC & Python 3
558+
559+
- name: Add ICPC & Python 3
559560
run: sudo apt-get update; sudo apt-get install -y intel-oneapi-compiler-dpcpp-cpp cmake python3-dev python3-numpy python3-pytest python3-pip
560561

561562
- name: Update pip

0 commit comments

Comments
 (0)