We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f765b commit 59c9081Copy full SHA for 59c9081
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v2
13
- uses: actions/setup-python@v2
14
with:
15
- python-version: "3.9"
+ python-version: "3.10"
16
- uses: actions/cache@v2
17
18
path: ~/.cache/pip
.github/workflows/pre-commit.yml
@@ -15,7 +15,7 @@ jobs:
key: ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
- python-version: 3.9
19
- uses: psf/[email protected]
20
- name: Install pre-commit
21
run: |
0 commit comments