Skip to content

Commit 0e8e58d

Browse files
authored
Merge pull request #10 from hpcflow/upgrade-pip
Fix failure in release workflow
2 parents e6afff6 + 0ea20f9 commit 0e8e58d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

setup-poetry/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ outputs:
1616
runs:
1717
using: composite
1818
steps:
19+
- name: Upgrade pip
20+
shell: bash
21+
run: |
22+
python -m pip install -U pip setuptools wheel
23+
echo PIP_DISABLE_PIP_VERSION_CHECK=1 >> $GITHUB_ENV
1924
- name: Install
2025
shell: bash
2126
run: |

0 commit comments

Comments
 (0)