Skip to content

Commit

Permalink
Reinstate removal of matplotlib in CI unit tests (qiskit-community#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
manoelmarques authored Sep 14, 2022
1 parent 3eee707 commit e74ca18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,13 +245,13 @@ jobs:
with:
name: ${{ matrix.os }}-${{ matrix.python-version }}
path: ./ci-artifact-data/*
- name: Nature Unit Tests without pyscf/psi4/pyquante2 under Python ${{ matrix.python-version }}
- name: Nature Unit Tests without matplotlib/pyscf/psi4/pyquante2 under Python ${{ matrix.python-version }}
env:
PYTHONWARNINGS: default
run: |
source "$CONDA/etc/profile.d/conda.sh"
conda activate psi4env
pip uninstall -y pyscf
pip uninstall -y matplotlib pyscf
if [[ "${{ matrix.os }}" != "windows-2019" || ("${{ matrix.os }}" == "windows-2019" && "${{ matrix.python-version }}" != "3.10") ]]; then
echo 'Uninstall psi4'
conda remove -y --force psi4
Expand Down

0 comments on commit e74ca18

Please sign in to comment.