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

Failure on PSI4 CI #1396

Merged
merged 1 commit into from
Oct 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/actions/install-libraries/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ runs:
pip install -U pip
pip install -U setuptools wheel
fi
# sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
shell: bash
1 change: 0 additions & 1 deletion .github/actions/install-master-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ runs:
pip install https://github.com/Qiskit/qiskit-terra/archive/master.zip
pip install https://github.com/Qiskit/qiskit-ignis/archive/master.zip
pip install https://github.com/Qiskit/qiskit-ibmq-provider/archive/master.zip
# sudo apt-get -y update
sudo apt-get -y install g++-7
sudo apt-get -y install libopenblas-dev
git clone https://github.com/Qiskit/qiskit-aer.git /tmp/qiskit-aer
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,9 @@ jobs:
if [ -f "$HOME/miniconda/etc/profile.d/conda.sh" ]; then
source "$HOME/miniconda/etc/profile.d/conda.sh"
conda activate
# PSI4 has problems with dataclasses
pip uninstall -y dataclasses
fi
# sudo apt-get -y update
sudo apt-get -y install libgfortran5
pip install https://github.com/rpmuller/pyquante2/archive/master.zip
pip install pyscf
Expand Down Expand Up @@ -461,7 +462,6 @@ jobs:
shell: bash
- name: Install Dependencies
run: |
# sudo apt-get -y update
sudo apt-get -y install libgfortran5
pip install https://github.com/rpmuller/pyquante2/archive/master.zip
pip install pyscf
Expand Down