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.
2 parents 063e6d7 + 0668056 commit 3a8beeeCopy full SHA for 3a8beee
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
poetry config virtualenvs.in-project true --local
30
31
- name: Setup Python ${{ matrix.python-version }}
32
- uses: actions/setup-python@bfc4944b43a5d84377eca3cf6ab5b7992ba61923
+ uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
33
with:
34
python-version: ${{ matrix.python-version }}
35
cache: "poetry"
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5
19
20
- name: Setup Python
21
22
23
python-version: "3.14"
24
0 commit comments