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 4a38ba1 commit 4d60309Copy full SHA for 4d60309
.github/workflows/ci-community.yml
@@ -47,7 +47,9 @@ jobs:
47
# - k3s
48
runs-on: ${{ matrix.runtime.machine }}
49
steps:
50
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
51
+ - name: Setup Poetry
52
+ run: pipx install poetry
53
- name: Setup python ${{ matrix.runtime.python-version }}
54
uses: actions/setup-python@v4
55
with:
.github/workflows/ci-core.yml
@@ -24,9 +24,11 @@ jobs:
24
# python-version: "3.11"
25
26
27
28
29
30
- uses: actions/setup-python@v4
31
+ uses: actions/setup-python@v5
32
33
python-version: ${{ matrix.runtime.python-version }}
34
cache: poetry
0 commit comments