File tree Expand file tree Collapse file tree 2 files changed +7
-14
lines changed Expand file tree Collapse file tree 2 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 2
2
3
3
set -ex
4
4
5
+ # configure bot account
6
+ git config --global user.email
" [email protected] "
7
+ git config --global user.name " conda-forge-admin"
8
+
5
9
git checkout -b new_site_content
6
- mamba env create -f ./.ci_scripts/environment.yml
7
- conda activate conda-forge-docs
8
10
9
11
pushd newsfeed
10
12
pip install --no-deps .
Original file line number Diff line number Diff line change @@ -17,22 +17,13 @@ jobs:
17
17
- uses : conda-incubator/setup-miniconda@v2
18
18
with :
19
19
python-version : 3.8
20
- channels : conda-forge,defaults
20
+ channels : conda-forge
21
21
channel-priority : strict
22
22
show-channel-urls : true
23
23
miniforge-version : latest
24
24
miniforge-variant : Mambaforge
25
-
26
- - name : configure conda
27
- shell : bash -l {0}
28
- run : |
29
- # configure bot account
30
- git config --global user.email "[email protected] "
31
- git config --global user.name "conda-forge-admin"
32
-
33
- # configure conda
34
- conda config --set show_channel_urls true
35
- conda config --set auto_update_conda false
25
+ activate-environment : conda-forge-docs
26
+ environment-file : .ci_scripts/environment.yml
36
27
37
28
- name : build
38
29
shell : bash -l {0}
You can’t perform that action at this time.
0 commit comments