We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25b88a3 + a3580c3 commit 530d30fCopy full SHA for 530d30f
1 file changed
.github/workflows/build-publish-pypi.yml
@@ -16,12 +16,10 @@ jobs:
16
- name: Set up Python
17
uses: actions/setup-python@v2
18
with:
19
- python-version: "3.8"
+ python-version: "3.10"
20
21
- name: Install Poetry
22
- run: |
23
- curl -sSL https://install.python-poetry.org | python3 -
24
- export PATH="$HOME/.local/bin:$PATH"
+ uses: abatilo/actions-poetry@v2
25
26
- name: Install dependencies
27
run: poetry install
0 commit comments