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 01f6c8a commit f2be19dCopy full SHA for f2be19d
.github/workflows/pre-commit.yml
@@ -11,12 +11,12 @@ on:
11
12
jobs:
13
pre-commit:
14
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
15
steps:
16
- uses: actions/checkout@v4
17
- uses: actions/setup-python@v5
18
with:
19
- python-version: "3.6"
+ python-version: "3.6.15"
20
- name: Get python version
21
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
22
- uses: actions/cache@v4
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
fi
29
done
30
test:
31
32
container: ${{ matrix.container }}
33
name: ${{ matrix.name }}
34
strategy:
0 commit comments