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 6642b95 commit d9276ebCopy full SHA for d9276eb
.github/workflows/test.yaml
@@ -17,7 +17,7 @@ jobs:
17
fetch-depth: 0
18
19
- name: Set up Python
20
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
21
with:
22
python-version: '3.12'
23
@@ -63,7 +63,7 @@ jobs:
63
64
65
- name: Set up Python ${{ matrix.python-version }}
66
67
68
python-version: ${{ matrix.python-version }}
69
@@ -137,7 +137,7 @@ jobs:
137
timeout 10s poetry run pip --version || rm -rf .venv
138
139
140
141
142
python-version: '3.11'
143
- name: Set up Poetry
0 commit comments