Skip to content

Commit

Permalink
Remove mambaforge for miniforge
Browse files Browse the repository at this point in the history
  • Loading branch information
roceb committed Oct 1, 2024
1 parent 2f4b1ad commit 6b73b57
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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 lsst.resources
pip install "documenteer[guide]"
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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 @@ -34,7 +34,7 @@ jobs:
run: |
echo `pwd`
ls ${{ github.workspace }}
python -m pip install .
python -m pip install .
- name: Access rubin-sim-data cache
id: cache-rs
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Download data.
shell: bash -l {0}
run: |
export RUBIN_SIM_DATA_DIR=~/rubin_sim_data
export RUBIN_SIM_DATA_DIR=~/rubin_sim_data
scheduler_download_data --force --tdqm_disable
- name: Check data
Expand All @@ -61,6 +61,6 @@ jobs:
ls $RUBIN_SIM_DATA_DIR
echo "__contents of versions.txt__"
cat $RUBIN_SIM_DATA_DIR/versions.txt
2 changes: 1 addition & 1 deletion .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

0 comments on commit 6b73b57

Please sign in to comment.