Skip to content

Commit

Permalink
mnt: workflows: update pip
Browse files Browse the repository at this point in the history
  • Loading branch information
n-takumasa committed Jun 24, 2024
1 parent 55c2c38 commit d088d83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
with:
python-version: "3.x"

- name: Update pip
run: python -m pip install --upgrade pip

- name: Install Hatch
run: pip install --upgrade hatch

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Update pip
run: python -m pip install --upgrade pip

- name: Install Hatch
run: pip install --upgrade hatch

Expand Down

0 comments on commit d088d83

Please sign in to comment.