Skip to content

Commit

Permalink
limit miniconda to conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
swryan committed Jan 19, 2024
1 parent 8afa8ec commit 56741b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dymos_docs_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ jobs:
with:
python-version: ${{ matrix.PY }}
conda-version: "*"
channels: conda-forge,defaults
channel-priority: true
channels: conda-forge

- name: Install Numpy/Scipy
shell: bash -l {0}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/dymos_tests_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@ jobs:
with:
python-version: ${{ matrix.PY }}
conda-version: "*"
channels: conda-forge,defaults
channel-priority: true
channels: conda-forge

- name: Install Numpy/Scipy
if: env.RUN_BUILD
Expand Down

0 comments on commit 56741b6

Please sign in to comment.