This repository was archived by the owner on Dec 7, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
install-master-dependencies Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
pip install -U pip
27
27
pip install -U setuptools wheel
28
28
fi
29
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
29
+ # sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
30
30
shell: bash
Original file line number Diff line number Diff line change 24
24
pip install https://github.com/Qiskit/qiskit-terra/archive/master.zip
25
25
pip install https://github.com/Qiskit/qiskit-ignis/archive/master.zip
26
26
pip install https://github.com/Qiskit/qiskit-ibmq-provider/archive/master.zip
27
- sudo apt-get -y update
27
+ # sudo apt-get -y update
28
28
sudo apt-get -y install g++-7
29
29
sudo apt-get -y install libopenblas-dev
30
30
git clone https://github.com/Qiskit/qiskit-aer.git /tmp/qiskit-aer
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ jobs:
251
251
source "$HOME/miniconda/etc/profile.d/conda.sh"
252
252
conda activate
253
253
fi
254
- sudo apt-get -y update
254
+ # sudo apt-get -y update
255
255
sudo apt-get -y install libgfortran5
256
256
pip install https://github.com/rpmuller/pyquante2/archive/master.zip
257
257
pip install pyscf
@@ -461,7 +461,7 @@ jobs:
461
461
shell : bash
462
462
- name : Install Dependencies
463
463
run : |
464
- sudo apt-get -y update
464
+ # sudo apt-get -y update
465
465
sudo apt-get -y install libgfortran5
466
466
pip install https://github.com/rpmuller/pyquante2/archive/master.zip
467
467
pip install pyscf
You can’t perform that action at this time.
0 commit comments