Skip to content

Commit

Permalink
trying to get publish to work
Browse files Browse the repository at this point in the history
  • Loading branch information
djdunning committed Dec 5, 2024
1 parent 99cc107 commit 7c74d1d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build-conda-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,19 @@ jobs:
- uses: actions/checkout@v2
- run: echo "CONDA=$HOME/" >> $GITHUB_ENV

#auto-update-conda: false
#python-version: ${{ matrix.python-version }}
#use-only-tar-bz2: true
#miniforge-version: latest

- name: Setup Mambaforge
uses: conda-incubator/setup-miniconda@v2
with:
miniforge-variant: Mambaforge
#miniforge-variant: Mambaforge
auto-update-conda: false
miniforge-version: latest
activate-environment: build-env
use-mamba: true
#use-mamba: true
condarc-file: .etc/condarc.yaml

# - name: Get Date
Expand Down

0 comments on commit 7c74d1d

Please sign in to comment.