Skip to content

Commit cba0e00

Browse files
committed
ENH move to mamba
1 parent 412eaba commit cba0e00

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.ci_scripts/update_docs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -ex
44

55
git checkout -b new_site_content
6-
conda env create -f ./.ci_scripts/environment.yml
6+
mamba env create -f ./.ci_scripts/environment.yml
77
conda activate conda-forge-docs
88

99
pushd newsfeed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ jobs:
1616

1717
- uses: conda-incubator/setup-miniconda@v2
1818
with:
19-
python-version: 3.7
19+
python-version: 3.8
2020
channels: conda-forge,defaults
2121
channel-priority: strict
2222
show-channel-urls: true
23+
miniforge-version: latest
24+
miniforge-variant: Mambaforge
2325

2426
- name: configure conda
2527
shell: bash -l {0}

0 commit comments

Comments
 (0)