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 aa371b0 commit 6348aa4Copy full SHA for 6348aa4
1 file changed
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Checkout
21
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
22
- name: Setup Python
23
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
+ uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
24
with:
25
python-version: ${{ matrix.python-version }}
26
- name: Install testing dependencies
@@ -61,7 +61,7 @@ jobs:
61
62
fetch-depth: 0
63
64
65
66
python-version: "3.10"
67
- name: Install build dependencies
0 commit comments