Skip to content

Commit 38bd19f

Browse files
committed
Try using threeal/[email protected] for CI tests
1 parent d30939d commit 38bd19f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Install Python tools
24-
uses: BrandonLWhite/[email protected]
24+
# BrandonLWhite/[email protected] fails on Windows, thus we're using an alternative action here
25+
uses: threeal/[email protected]
26+
with:
27+
packages: poethepoet>=0.26 poetry<2
2528
- name: Setup Python with poetry caching
2629
# poetry cache requires poetry to already be installed, weirdly
2730
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)