Revert "Try using threeal/pipx-install-action@v1.0.0 for CI tests"

This reverts commit ab9b2e0b69.
This commit is contained in:
Šarūnas Nejus 2025-06-29 13:43:48 +01:00
parent ab9b2e0b69
commit 9926a1ac3c
No known key found for this signature in database
GPG key ID: DD28F6704DBE3435

View file

@ -21,10 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Python tools
# BrandonLWhite/pipx-install-action@v1.0.3 fails on Windows, thus we're using an alternative action here
uses: threeal/pipx-install-action@v1.0.0
with:
packages: poethepoet>=0.26 poetry<2
uses: BrandonLWhite/pipx-install-action@v1.0.3
- name: Setup Python with poetry caching
# poetry cache requires poetry to already be installed, weirdly
uses: actions/setup-python@v5