Skip to content
This repository was archived by the owner on Dec 7, 2021. It is now read-only.

Commit 75c108c

Browse files
fix actions install ubuntu packages (#1358)
1 parent d028eec commit 75c108c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/actions/install-libraries/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ runs:
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

.github/actions/install-master-dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
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

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)