Skip to content

Commit

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

Bump conda-incubator/setup-miniconda from 3.0.0 to 3.0.1
  • Loading branch information
wtfsck authored Nov 30, 2023
2 parents e2e1799 + e3feb39 commit 871edad
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/[email protected].0
- uses: conda-incubator/[email protected].1
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/[email protected].0
- uses: conda-incubator/[email protected].1
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/[email protected].0
- uses: conda-incubator/[email protected].1
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/[email protected].0
- uses: conda-incubator/[email protected].1
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/[email protected].0
- uses: conda-incubator/[email protected].1
with:
python-version: '3.11'
- name: Build and test the wheel
Expand Down

0 comments on commit 871edad

Please sign in to comment.