Skip to content

Commit

Permalink
DEBUG: trying to run all publish tests with a different test
Browse files Browse the repository at this point in the history
  • Loading branch information
djdunning committed Feb 20, 2024
1 parent c0526dd commit b75111d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-conda-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
- uses: actions/checkout@v2
- run: echo "CONDA=$HOME/" >> $GITHUB_ENV

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

# - name: Get Date
# id: get-date
Expand Down

0 comments on commit b75111d

Please sign in to comment.