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 a95422c + 8edf632 commit 0d68a36Copy full SHA for 0d68a36
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
- macos-13
55
steps:
56
- uses: actions/checkout@v5
57
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
58
with: {python-version: '3.x'}
59
- run: python -m pip install meson ninja
60
- run: bash -x build-meson.sh
.github/workflows/mpi4py.yml
@@ -36,7 +36,7 @@ jobs:
36
echo LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$mpi_stubs/lib >> $GITHUB_ENV
37
38
- name: Setup Python
39
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
40
with:
41
python-version: 3
42
0 commit comments