Skip to content

Commit

Permalink
sudo apt
Browse files Browse the repository at this point in the history
  • Loading branch information
mdouze authored Mar 23, 2023
1 parent 6347d37 commit 9c30424
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@ jobs:
- run:
name: Build
command: |
apt update
apt install -y cmake g++ wget
apt install -y python3-dev swig python3-numpy python3-scipy python3-pip
sudo apt update
sudo apt install -y g++ wget
sudo apt install -y python3-dev swig python3-numpy python3-scipy python3-pip
# install MKL
(cd /tmp; wget https://registrationcenter-download.intel.com/akdlm/irc_nas/19138/l_onemkl_p_2023.0.0.25398_offline.sh; )
bash /tmp/l_onemkl_p_2023.0.0.25398_offline.sh -a -s --eula accept
Expand Down

0 comments on commit 9c30424

Please sign in to comment.