Skip to content

Commit 9c920e3

Browse files
committed
Trial pre-release for build_site
1 parent 8fd6407 commit 9c920e3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,15 @@ jobs:
6767
python-version: "3.10"
6868
- uses: Gr1n/setup-poetry@v7
6969
with:
70-
poetry-version: '1.1.10'
70+
# Using pre-release to work around Python 3.10 compatibility issue.
71+
# See https://github.com/python-poetry/poetry/issues/4210.
72+
poetry-version: '1.2.0a2'
7173
- uses: actions/cache@v2
7274
with:
7375
path: ~/.cache/pip
7476
key: ${{ runner.os }}-python-py310-${{ hashFiles('**/pyproject.toml') }}
7577
restore-keys: |
7678
${{ runner.os }}-python-py310-
77-
# Disabling experimental installer for compatibility with Python 3.10.
78-
# See https://github.com/python-poetry/poetry/issues/4210.
79-
- run: poetry config experimental.new-installer false
8079
- run: poetry config virtualenvs.create false
8180
- run: poetry install
8281
- run: poetry run django-admin runserver --settings=tests.settings.production --pythonpath=. &

0 commit comments

Comments
 (0)