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 a10df6a commit 287f4eeCopy full SHA for 287f4ee
1 file changed
.github/workflows/actions.yml
@@ -15,10 +15,8 @@ jobs:
15
- uses: actions/setup-python@v2
16
with:
17
python-version: ${{ matrix.python-version }}
18
- - name: Run image
19
- uses: abatilo/actions-poetry@v2.0.0
20
- with:
21
- poetry-version: ${{ matrix.poetry-version }}
+ - name: Install poetry
+ run: pip install poetry==${{ matrix.poetry-version}}
22
- name: View poetry --help
23
run: poetry --help
24
- name: Install deps
0 commit comments