Skip to content

Commit

Permalink
test with poetry@master
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering committed Sep 27, 2023
1 parent 33a406f commit 4534e5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
runs-on: ${{ matrix.image }}
strategy:
matrix:
os: [Ubuntu, macOS, Windows]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [Windows]
python-version: ["3.12"]
include:
- os: Ubuntu
image: ubuntu-latest
Expand All @@ -44,7 +44,7 @@ jobs:

- name: Bootstrap poetry
run: |
curl -sL https://install.python-poetry.org | python - -y ${{ matrix.bootstrap-args }}
curl -sL https://install.python-poetry.org | python - -y --git https://github.com/python-poetry/poetry.git@master
- name: Update PATH
if: ${{ matrix.os != 'Windows' }}
Expand Down

0 comments on commit 4534e5b

Please sign in to comment.