Skip to content

Commit

Permalink
Merge pull request #424 from lsst/tickets/DM-45888
Browse files Browse the repository at this point in the history
DM-45888: Remove mambaforge for miniforge
  • Loading branch information
roceb authored Oct 3, 2024
2 parents 34c69fa + 612ee98 commit 33bf68a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
miniforge-variant: Mambaforge
miniforge-variant: Miniforge3
channels: conda-forge,defaults
use-mamba: true
channel-priority: strict
Expand All @@ -28,7 +28,7 @@ jobs:
- name: configure conda and install requirements
shell: bash -l {0}
run: |
mamba install --quiet --file=requirements.txt
mamba install --quiet --file=requirements.txt
mamba install --quiet pip
pip install "documenteer[guide]"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
miniforge-variant: Mambaforge
miniforge-variant: Miniforge3
channels: conda-forge,defaults
use-mamba: true
channel-priority: strict
Expand All @@ -32,7 +32,7 @@ jobs:
run: |
echo `pwd`
ls ${{ github.workspace }}
python -m pip install -e . --no-deps
python -m pip install -e . --no-deps
- name: Access rubin-sim-data cache
id: cache-rs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_and_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
miniforge-variant: Mambaforge
miniforge-variant: Miniforge3
channels: conda-forge,defaults
use-mamba: true
channel-priority: strict
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
export RUBIN_SIM_DATA_DIR=~/rubin_sim_data
scheduler_download_data --tdqm_disable --update
rs_download_testing
rs_download_testing
- name: conda list
shell: bash -l {0}
Expand Down

0 comments on commit 33bf68a

Please sign in to comment.