Merge pull request #665 from icedland/dependabot/github_actions/conda-incubator/setup-miniconda-3.1.1

Bump conda-incubator/setup-miniconda from 3.1.0 to 3.1.1
This commit is contained in:
wtfsck 2025-01-21 21:34:53 +01:00 committed by GitHub
commit 88827a4592
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -331,7 +331,7 @@ jobs:
# shell: bash -le {0}
# setup-python is faster to install than setup-miniconda so we only
# use setup-miniconda if this is a macos image.
- uses: conda-incubator/setup-miniconda@v3.1.0
- uses: conda-incubator/setup-miniconda@v3.1.1
with:
python-version: '3.8'
- name: Install Python tools
@ -346,7 +346,7 @@ jobs:
./build/build-python --no-set-rustflags --python python --quick-check
git clean -xdf
- uses: conda-incubator/setup-miniconda@v3.1.0
- uses: conda-incubator/setup-miniconda@v3.1.1
with:
python-version: '3.8'
- name: Build and test the wheel
@ -355,7 +355,7 @@ jobs:
python --version 2>&1 | grep 'Python 3\.8'
bash build/ci-py-build-wheels.sh --build
- uses: conda-incubator/setup-miniconda@v3.1.0
- uses: conda-incubator/setup-miniconda@v3.1.1
with:
python-version: '3.9'
- name: Build and test the wheel
@ -364,7 +364,7 @@ jobs:
python --version 2>&1 | grep 'Python 3\.9'
bash build/ci-py-build-wheels.sh
- uses: conda-incubator/setup-miniconda@v3.1.0
- uses: conda-incubator/setup-miniconda@v3.1.1
with:
python-version: '3.10'
- name: Build and test the wheel
@ -373,7 +373,7 @@ jobs:
python --version 2>&1 | grep 'Python 3\.10'
bash build/ci-py-build-wheels.sh
- uses: conda-incubator/setup-miniconda@v3.1.0
- uses: conda-incubator/setup-miniconda@v3.1.1
with:
python-version: '3.11'
- name: Build and test the wheel