Skip to content

Commit

Permalink
test mamba build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kvieta1990 committed May 15, 2024
1 parent 67f4e35 commit a8a6165
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: ["3.10"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
Expand Down Expand Up @@ -71,9 +71,9 @@ jobs:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
IS_RC: ${{ contains(github.ref, 'rc') }}
run: |
conda install -y anaconda-client conda-build conda-verify
conda install -y anaconda-client conda-build conda-verify boa
cd conda.recipe
CONDA_LABEL="main"
if [ "${IS_RC}" = "true" ]; then CONDA_LABEL="rc"; fi
conda build --output-folder . .
conda mambabuild --output-folder . .
anaconda upload --label $CONDA_LABEL noarch/*.tar.bz2

0 comments on commit a8a6165

Please sign in to comment.