Skip to content

Commit

Permalink
Try updated conda config
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Oct 1, 2024
1 parent ca82632 commit 147abf0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,18 @@ jobs:
# Need to clone everything for the git tags.
fetch-depth: 0

- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
channels: conda-forge,defaults
channel-priority: strict
show-channel-urls: true
use-mamba: true

- name: Update pip/wheel infrastructure
shell: bash -l {0}
run: |
conda install -y -q pip wheel
mamba install -y -q pip wheel
pip install uv
- name: Install dependencies
Expand All @@ -47,7 +48,7 @@ jobs:
- name: List installed packages
shell: bash -l {0}
run: |
conda list
mamba list
pip list -v
- name: Build and install
Expand Down

0 comments on commit 147abf0

Please sign in to comment.