Skip to content

Commit

Permalink
install conda-index in base environment in CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
analog-cbarber authored Oct 8, 2023
1 parent f0d89dc commit c44adb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
condarc-file: github-condarc.yml
auto-activate-base: true
use-mamba: true
- name: install conda-index
run: |
conda install -n base conda-index --yes
- name: Dev install whl2conda
run: |
conda run -n whl2conda-dev pip install -e . --no-deps --no-build-isolation
Expand Down

0 comments on commit c44adb3

Please sign in to comment.