Skip to content

Commit

Permalink
Retry using conda-index
Browse files Browse the repository at this point in the history
  • Loading branch information
roomrys committed Sep 4, 2024
1 parent 6b7620b commit 9efed16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_conda_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,16 +160,16 @@ jobs:
miniforge-version: latest
condarc-file: ${{ matrix.condarc }}
python-version: ${{ matrix.pyver }}
environment-file: environment_build.yml
activate-environment: sleap_ci
# environment-file: environment_build.yml
# activate-environment: sleap_ci
conda-solver: "libmamba"

- name: Search for package
run: conda search -c file://$(pwd)/build sleap

- name: Create conda channel from artifact
run:
conda-build index $(pwd)/build
conda-index $(pwd)/build

- name: Search for package
run: conda search -c file://$(pwd)/build sleap
Expand Down

0 comments on commit 9efed16

Please sign in to comment.