Skip to content

Commit

Permalink
Replace mamba commands in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
btbest committed Jul 8, 2024
1 parent bc06fca commit 2db14b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: deploy

on:
on:
push:
tags:
- '1.*'
Expand All @@ -22,15 +22,15 @@ jobs:
use-mamba: true
- name: install build dependencies
run: |
mamba install -n base -c conda-forge boa setuptools_scm anaconda-client -y
mamba config --set anaconda_upload yes
conda install -n base -c conda-forge boa setuptools_scm anaconda-client -y
conda config --set anaconda_upload yes
- name: linux conda build and upload
shell: bash -l {0}
env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
run: |
mamba install -n base -c conda-forge boa setuptools_scm anaconda-client -y
mamba config --set anaconda_upload yes
conda install -n base -c conda-forge boa setuptools_scm anaconda-client -y
conda config --set anaconda_upload yes
xvfb-run --server-args="-screen 0 1024x768x24" \
conda mambabuild -c pytorch -c ilastik-forge -c conda-forge \
--user ilastik-forge \
Expand Down

0 comments on commit 2db14b4

Please sign in to comment.