Skip to content

Commit d6a88bb

Browse files
Update CI
1 parent b8b5671 commit d6a88bb

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,13 @@ jobs:
2929
pixi-version: v0.32.0
3030
run-install: false
3131

32-
- name: Install poetry
33-
run: pixi global install poetry=1.8.3
32+
- name: Install Python
33+
run: pixi global install python
34+
35+
- name: Install Poetry
36+
uses: abatilo/actions-poetry@v2
37+
with:
38+
poetry-version: 1.8.3
3439

3540
- name: Configure poetry
3641
run: poetry config virtualenvs.in-project true

0 commit comments

Comments
 (0)