Skip to content

Commit

Permalink
Install latest setuptools, wheel, pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Athanaseus authored Jan 23, 2025
1 parent 98bdf6d commit 61c8a09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
path: ~/.local
key: install-${{ env.INSTALL_CACHE_HASH }}-4

- name: Install latest setuptools, wheel, pip
run: python3 -m pip install -U pip setuptools wheel

- name: Install Poetry
if: steps.cache-installs.outputs.cache-hit != 'true'
run: |
Expand Down

0 comments on commit 61c8a09

Please sign in to comment.