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 bb0a188 + 5e83a45 commit 248c1dcCopy full SHA for 248c1dc
.github/workflows/build_wheels.yml
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ubuntu-latest
30
steps:
31
- uses: actions/checkout@v4
32
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
33
name: Install Python
34
with:
35
python-version: '3.11'
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Add micromamba to GITHUB_PATH
17
run: echo "${HOME}/micromamba-bin" >> "$GITHUB_PATH"
18
- name: Install Python 3.11
19
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
20
21
python-version: "3.11"
22
- name: Run pre-commit checks
0 commit comments