mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
Try using threeal/pipx-install-action@v1.0.0 for CI tests
I have reported the issue with BrandonLWhite/pipx-install-action@v1.0.3 failing on Windows here: https://github.com/BrandonLWhite/pipx-install-action/issues/62
This commit is contained in:
parent
d5bd24bb64
commit
ab9b2e0b69
1 changed files with 4 additions and 1 deletions
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
|
|
@ -21,7 +21,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Python tools
|
||||
uses: BrandonLWhite/pipx-install-action@v1.0.3
|
||||
# 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
|
||||
- name: Setup Python with poetry caching
|
||||
# poetry cache requires poetry to already be installed, weirdly
|
||||
uses: actions/setup-python@v5
|
||||
|
|
|
|||
Loading…
Reference in a new issue