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 8e11395 commit 4d190b2Copy full SHA for 4d190b2
3 files changed
.github/workflows/pre-commit.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-22.04
17
steps:
18
- uses: actions/checkout@v7
19
- - uses: actions/setup-python@v6
+ - uses: actions/setup-python@v7
20
with:
21
python-version: 3.10.4
22
- uses: pre-commit/action@v3.0.1
.github/workflows/sphinx_build.yml
@@ -18,7 +18,7 @@ jobs:
group: ${{ github.workflow }}-${{ github.ref }}
23
cache: 'pip'
24
- name: Install dependencies
.github/workflows/test_python_scripts.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
15
python-version: "3.12"
0 commit comments