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 37b0d37 commit 03c7252Copy full SHA for 03c7252
.github/workflows/cd-wheel.yml
@@ -138,7 +138,7 @@ jobs:
138
brew install uv
139
140
- id: setup-python
141
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
142
with:
143
python-version: 3
144
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
if: ${{ github.event_name == 'pull_request' }}
40
runs-on: ubuntu-latest
41
steps:
42
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
43
- run: pipx run tox
44
45
mpich-43:
0 commit comments