Skip to content

Commit

Permalink
Update CI workflow to install Qiskit Metal via Conda
Browse files Browse the repository at this point in the history
  • Loading branch information
shanto268 committed Dec 24, 2023
1 parent 141cff3 commit c5cf71d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,12 @@ jobs:
run: |
python -m ensurepip
python -m pip install --upgrade pip
sudo apt install graphviz=2.42.2-6 pandoc=2.9.2.1-3ubuntu2 qtbase5-dev=5.15.3+dfsg-2ubuntu0.2 qt5-qmake=5.15.3+dfsg-2ubuntu0.2
- name: Install Qiskit Metal via Conda
run: |
sudo apt install graphviz=2.42.2-6 pandoc=2.9.2.1-3ubuntu2 qtbase5-dev=5.15.3+dfsg-2ubuntu0.2 qt5-qmake=5.15.3+dfsg-2ubuntu0.2
conda install -c conda-forge qiskit-metal
- name: Install squadds recs
run: |
pip install datasets
Expand Down

0 comments on commit c5cf71d

Please sign in to comment.