We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 412eaba commit cba0e00Copy full SHA for cba0e00
.ci_scripts/update_docs
@@ -3,7 +3,7 @@
3
set -ex
4
5
git checkout -b new_site_content
6
-conda env create -f ./.ci_scripts/environment.yml
+mamba env create -f ./.ci_scripts/environment.yml
7
conda activate conda-forge-docs
8
9
pushd newsfeed
.github/workflows/deploy.yml
@@ -16,10 +16,12 @@ jobs:
16
17
- uses: conda-incubator/setup-miniconda@v2
18
with:
19
- python-version: 3.7
+ python-version: 3.8
20
channels: conda-forge,defaults
21
channel-priority: strict
22
show-channel-urls: true
23
+ miniforge-version: latest
24
+ miniforge-variant: Mambaforge
25
26
- name: configure conda
27
shell: bash -l {0}
0 commit comments