Skip to content

Commit

Permalink
tweak github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
t-imamichi committed Feb 16, 2024
1 parent c57673a commit 810ef2a
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 @@ -67,7 +67,7 @@ jobs:
os: ${{ matrix.os }}
- name: Install Dependencies
run: |
pip install jupyter qiskit[visualization]
pip install jupyter 'qiskit[visualization]<1'
sudo apt-get -y install pandoc graphviz
sudo apt-get -y install python3-enchant
sudo apt-get -y install hunspell-en-us
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
os: ${{ matrix.os }}
- name: Install Dependencies
run: |
pip install jupyter qiskit[visualization]
pip install jupyter 'qiskit[visualization]<1'
sudo apt-get install -y pandoc graphviz
shell: bash
- name: Run Qiskit Optimization Tutorials
Expand Down

0 comments on commit 810ef2a

Please sign in to comment.