Skip to content

Commit

Permalink
Merge pull request #3210 from swryan/audit
Browse files Browse the repository at this point in the history
Updated Audit and Test workflows to use `setup-miniconda@v3`
  • Loading branch information
swryan committed Apr 26, 2024
2 parents 0fec22f + ef6b15b commit e58a278
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/openmdao_audit.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup conda
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.11
conda-version: "*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openmdao_latest_workflow.yml
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup conda
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.PY }}
conda-version: "*"
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/openmdao_test_workflow.yml
Expand Up @@ -189,12 +189,11 @@ jobs:
git fetch --prune --unshallow --tags
- name: Setup conda
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.PY }}
conda-version: "*"
channels: conda-forge,defaults
channel-priority: true
channels: conda-forge

- name: Install OpenMDAO
run: |
Expand Down

0 comments on commit e58a278

Please sign in to comment.