Skip to content

Commit 18611f6

Browse files
committed
chore: test with poetry from main branch
1 parent 624ac98 commit 18611f6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,20 @@ jobs:
1818
matrix:
1919
os: [Ubuntu, macOS, Windows]
2020
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
21+
bootstrap-args: [""]
22+
suffix: [""]
2123
include:
2224
- os: Ubuntu
2325
image: ubuntu-latest
2426
- os: Windows
2527
image: windows-2022
2628
- os: macOS
2729
image: macos-14
30+
- os: Ubuntu
31+
image: ubuntu-latest
32+
python-version: "3.12"
33+
bootstrap-args: "--git https://github.com/python-poetry/poetry.git"
34+
suffix: "poetry.git"
2835
fail-fast: false
2936
defaults:
3037
run:

0 commit comments

Comments
 (0)