Skip to content

Commit

Permalink
install scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
multiphaseCFD committed Aug 16, 2024
1 parent e9be89a commit 0decf35
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check-catalyst.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -598,10 +598,16 @@ jobs:
- name: Checkout the repo
uses: actions/checkout@v4

- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.9'

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get -y -q install cmake ninja-build libomp-dev lcov libasan6
python -m pip install scipy pybind11
- name: Install additional dependencies (OpenQasm device)
if: ${{ matrix.backend == 'openqasm' }}
Expand Down

0 comments on commit 0decf35

Please sign in to comment.