Skip to content

Commit

Permalink
SQ -> IP: Continuous Integation: Fix spurious error during poetry ins…
Browse files Browse the repository at this point in the history
…tall -- Bump setuptools >=40.8.0 to >=58.1.0
  • Loading branch information
davidfstr committed Jul 9, 2024
1 parent 97bb622 commit 0e94f6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push-github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install Poetry
# NOTE: Poetry 1.5.0 cannot use "poetry run" to run make-mac.sh
run: |
pip install setuptools>=40.8.0
pip install setuptools>=58.1.0
pipx install "poetry>=1.4.0,<1.5.0"
- name: Print system Python packages
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Install Poetry
# NOTE: Poetry 1.5.0 cannot use "poetry run" to run make-mac.sh
run: |
pip install setuptools>=40.8.0
pip install setuptools>=58.1.0
pipx install "poetry>=1.4.0,<1.5.0"
- name: Print system Python packages
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:

- name: Install Poetry
run: |
pip install setuptools>=40.8.0
pip install setuptools>=58.1.0
pipx install poetry
- name: Print system Python packages
Expand Down Expand Up @@ -320,7 +320,7 @@ jobs:

- name: Install Poetry
run: |
pip install setuptools>=40.8.0
pip install setuptools>=58.1.0
pipx install poetry
- name: Print system Python packages
Expand Down

0 comments on commit 0e94f6a

Please sign in to comment.