Skip to content

Commit

Permalink
ci: inject setuptools into poetry install for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Sep 8, 2023
1 parent ca6a9a9 commit 3475115
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Setup Action
description: Run "poetry install"
description: Install requested pipx dependencies, configure the system python, and install poetry and the package dependencies

inputs:
os:
Expand Down Expand Up @@ -47,6 +47,7 @@ runs:
for tool in "poetry==${{ inputs.poetry-version }}" ${{ inputs.pipx-packages }}; do
pipx install $tool
done
pipx inject poetry setuptools==68.1.2
shell: bash

- name: Debug pipx
Expand Down

0 comments on commit 3475115

Please sign in to comment.