Skip to content

Commit

Permalink
Attempt N
Browse files Browse the repository at this point in the history
  • Loading branch information
beveradb committed Dec 26, 2023
1 parent d54a369 commit 09c653d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-to-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
environment-file: environment.yml
environment-file: conda/build-env.yaml
channels: conda-forge
mamba-version: "*"
use-mamba: true
auto-update-conda: true
auto-activate-base: true
auto-update-conda: false
auto-activate-base: false
show-channel-urls: true
- name: Build and upload the conda packages
uses: uibcdf/[email protected]
Expand Down
6 changes: 6 additions & 0 deletions conda/build-env.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
channels:
- conda-forge

dependencies:
- anaconda-client
- conda-build

0 comments on commit 09c653d

Please sign in to comment.