Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
ElePT committed Jul 29, 2024
1 parent fa676d6 commit d945ad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ runs:
path: qiskit-neko
- name: Update setuptools and pip
run: |
# Temporary pin to avoid CI issues caused by setuptools 0.72.0
# Temporary pin to avoid CI issues caused by setuptools 72.0
# See https://github.com/pypa/setuptools/issues/4519
pip install -U setuptools<0.72.0 pip
pip install -U setuptools<72.0.0 pip
shell: bash
- name: Install neko and its dependencies
run: |
Expand Down

0 comments on commit d945ad9

Please sign in to comment.