diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5111b9e875..8d9720c429 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,12 +22,18 @@ jobs: ${{ runner.os }}-pip-lint- ${{ runner.os }}-pip- ${{ runner.os }}- + - name: Install openblas + run: | + set -e + sudo apt-get update + sudo apt-get install -y libopenblas-dev - name: Install deps run: | set -e pip install -U pip wheel pip install -U -c constraints.txt git+https://github.com/Qiskit/qiskit-terra pip install -U -c constraints.txt -r requirements-dev.txt + pip install -U . shell: bash - name: Run Lint run: |