Skip to content

Commit

Permalink
workflow: advance to setup-miniconda@v3.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed Jun 1, 2024
1 parent 3afbfbf commit 3d1a1e6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/conda-ubuntu-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
push:
branches:
- workflows
- master
- 'stable/*'

Expand Down Expand Up @@ -35,7 +36,7 @@ jobs:
run: |
git submodule update --init
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: cppad
auto-update-conda: true
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/conda-windows-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
push:
branches:
- workflows
- master
- 'stable/*'

Expand All @@ -28,7 +29,7 @@ jobs:
- name: Checkout submodules
run: |
git submodule update --init
- uses: goanpeca/setup-miniconda@v1
- uses: conda-incubator/setup-miniconda@v3
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/conda-windows-eigen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: conda-windows-eigen
on:
push:
branches:
- workflows
- master
- 'stable/*'

Expand All @@ -11,7 +12,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: conda_env

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/conda-windows-v142.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
push:
branches:
- workflows
- master
- 'stable/*'

Expand All @@ -27,7 +28,7 @@ jobs:
- name: Checkout submodules
run: |
git submodule update --init
- uses: goanpeca/setup-miniconda@v1
- uses: conda-incubator/setup-miniconda@v3
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
with:
Expand Down

0 comments on commit 3d1a1e6

Please sign in to comment.