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 6c44790 commit af9fb63Copy full SHA for af9fb63
.github/workflows/node.yaml
@@ -23,8 +23,6 @@ jobs:
23
- '3.11'
24
- '3.12'
25
- '3.13'
26
- poetry-version:
27
- - '1.6.1'
28
runs-on: ubuntu-latest
29
steps:
30
- uses: actions/checkout@v4
@@ -35,9 +33,10 @@ jobs:
35
33
- uses: actions/setup-python@v4
36
34
with:
37
python-version: ${{ matrix.python-version }}
38
- - uses: abatilo/[email protected]
39
- with:
40
- poetry-version: ${{ matrix.poetry-version }}
+ - name: Setup Poetry
+ run: |
+ curl -sSL https://install.python-poetry.org | python3 -
+ sudo ln -s /github/home/.local/bin/poetry /usr/bin/poetry
41
- name: Install OS dependencies
42
run: sudo apt-get update && sudo apt-get install -y flatpak-builder
43
- name: Install Flatpak dependencies
0 commit comments