We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5a784 commit 8923605Copy full SHA for 8923605
.github/workflows/ci.yml
@@ -65,11 +65,9 @@ jobs:
65
- uses: actions/setup-python@v2
66
with:
67
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'
+ # Using un-pinned installer to work around Python 3.10 compatibility issue.
+ # See https://github.com/python-poetry/poetry/issues/4210.
+ - run: curl -sSL https://install.python-poetry.org | python3 - --version 1.2.0a2
73
- uses: actions/cache@v2
74
75
path: ~/.cache/pip
0 commit comments