Skip to content

Commit

Permalink
Leave Windows CI on py3.11 for now, for a Poetry issue
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Nov 5, 2023
1 parent bec790b commit 2ff6602
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'
# Pinned to 3.11 because of poetry issues with missing setuptools
# https://github.com/python-poetry/poetry/issues/7611#issuecomment-1793850783
python-version: '3.11'
- name: Install Poetry
uses: snok/[email protected]
with:
Expand Down

0 comments on commit 2ff6602

Please sign in to comment.