Skip to content

Commit

Permalink
chore: test with poetry from main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering committed Oct 4, 2024
1 parent 624ac98 commit 18611f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,20 @@ jobs:
matrix:
os: [Ubuntu, macOS, Windows]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
bootstrap-args: [""]
suffix: [""]
include:
- os: Ubuntu
image: ubuntu-latest
- os: Windows
image: windows-2022
- os: macOS
image: macos-14
- os: Ubuntu
image: ubuntu-latest
python-version: "3.12"
bootstrap-args: "--git https://github.com/python-poetry/poetry.git"
suffix: "poetry.git"
fail-fast: false
defaults:
run:
Expand Down

0 comments on commit 18611f6

Please sign in to comment.