Skip to content

Commit

Permalink
Merge pull request #485 from icedland/dependabot/github_actions/conda…
Browse files Browse the repository at this point in the history
…-incubator/setup-miniconda-3.0.0

Bump conda-incubator/setup-miniconda from 2.3.0 to 3.0.0
  • Loading branch information
wtfsck committed Nov 28, 2023
2 parents 0c7c626 + 2de8a0e commit e2e1799
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v2.3.0
- uses: conda-incubator/setup-miniconda@v3.0.0
with:
python-version: '3.8'
- name: Install Python tools
Expand All @@ -346,7 +346,7 @@ jobs:
./build/build-python --no-set-rustflags --python python --quick-check
git clean -xdf
- uses: conda-incubator/setup-miniconda@v2.3.0
- uses: conda-incubator/setup-miniconda@v3.0.0
with:
python-version: '3.8'
- name: Build and test the wheel
Expand All @@ -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@v2.3.0
- uses: conda-incubator/setup-miniconda@v3.0.0
with:
python-version: '3.9'
- name: Build and test the wheel
Expand All @@ -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@v2.3.0
- uses: conda-incubator/setup-miniconda@v3.0.0
with:
python-version: '3.10'
- name: Build and test the wheel
Expand All @@ -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@v2.3.0
- uses: conda-incubator/setup-miniconda@v3.0.0
with:
python-version: '3.11'
- name: Build and test the wheel
Expand Down

0 comments on commit e2e1799

Please sign in to comment.