We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
checkout
setup-python
1 parent 7fa955a commit 2402bfdCopy full SHA for 2402bfd
1 file changed
.github/workflows/run-tests.yaml
@@ -42,8 +42,8 @@ jobs:
42
if: ${{ runner.os == 'Windows' }}
43
44
# Setup Python/pip
45
- - uses: actions/checkout@v4
46
- - uses: conda-incubator/setup-miniconda@v3
+ - uses: actions/checkout@v5
+ - uses: conda-incubator/setup-miniconda@v3.2.0
47
with:
48
channels: conda-forge, conda-forge/label/python_rc
49
miniforge-version: latest
0 commit comments