Skip to content

Commit 8923605

Browse files
committed
Trial new installer in CI
1 parent fb5a784 commit 8923605

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,9 @@ jobs:
6565
- uses: actions/setup-python@v2
6666
with:
6767
python-version: "3.10"
68-
- uses: Gr1n/setup-poetry@v7
69-
with:
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'
68+
# Using un-pinned installer to work around Python 3.10 compatibility issue.
69+
# See https://github.com/python-poetry/poetry/issues/4210.
70+
- run: curl -sSL https://install.python-poetry.org | python3 - --version 1.2.0a2
7371
- uses: actions/cache@v2
7472
with:
7573
path: ~/.cache/pip

0 commit comments

Comments
 (0)