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 2626 pip install -U pip
2727 pip install -U setuptools wheel
2828 fi
29- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
29+ # sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
3030 shell: bash
Original file line number Diff line number Diff line change 2424 pip install https://github.com/Qiskit/qiskit-terra/archive/master.zip
2525 pip install https://github.com/Qiskit/qiskit-ignis/archive/master.zip
2626 pip install https://github.com/Qiskit/qiskit-ibmq-provider/archive/master.zip
27- sudo apt-get -y update
27+ # sudo apt-get -y update
2828 sudo apt-get -y install g++-7
2929 sudo apt-get -y install libopenblas-dev
3030 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:
251251 source "$HOME/miniconda/etc/profile.d/conda.sh"
252252 conda activate
253253 fi
254- sudo apt-get -y update
254+ # sudo apt-get -y update
255255 sudo apt-get -y install libgfortran5
256256 pip install https://github.com/rpmuller/pyquante2/archive/master.zip
257257 pip install pyscf
@@ -461,7 +461,7 @@ jobs:
461461 shell : bash
462462 - name : Install Dependencies
463463 run : |
464- sudo apt-get -y update
464+ # sudo apt-get -y update
465465 sudo apt-get -y install libgfortran5
466466 pip install https://github.com/rpmuller/pyquante2/archive/master.zip
467467 pip install pyscf
You can’t perform that action at this time.
0 commit comments