File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 26
26
with :
27
27
fetch-depth : 0 # history required so cmake can determine version
28
28
- uses : conda-incubator/setup-miniconda@v2
29
- - run : conda install --yes conda-build
30
- - run : conda build --channel conda-forge --channel scipp --no-anaconda-upload --override-channels --output-folder conda/package conda
29
+ - run : conda install --channel conda-forge -- yes conda-build mamba boa
30
+ - run : conda mambabuild --channel conda-forge --channel scipp --no-anaconda-upload --override-channels --output-folder conda/package conda
31
31
32
32
- uses : actions/upload-artifact@v2
33
33
with :
Original file line number Diff line number Diff line change 9
9
env :
10
10
conda_label : ${{ startsWith(github.ref, 'refs/tags/') && 'main' || 'dev' }}
11
11
steps :
12
- - uses : conda-incubator/setup-miniconda@v2
13
- - run : conda install -c conda-forge --yes anaconda-client
14
12
- uses : actions/checkout@v2 # Need to checkout repo so github-pages-deploy-action works
15
13
- uses : actions/download-artifact@v2
14
+ - uses : conda-incubator/setup-miniconda@v2
15
+ - run : conda install -c conda-forge --yes anaconda-client
16
16
- run : anaconda --token ${{ secrets.ANACONDATOKEN }} upload --user scipp --label ${{ env.conda_label }} $(ls conda-package-*/*/*.tar.bz2)
17
17
18
18
-
uses :
JamesIves/[email protected]
Original file line number Diff line number Diff line change 5
5
types : [published]
6
6
schedule :
7
7
- cron : " 0 2 * * 4"
8
+ workflow_dispatch :
8
9
9
10
jobs :
10
11
build :
You can’t perform that action at this time.
0 commit comments