Skip to content

Commit

Permalink
{ci} Try micromamba?
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaloney committed Apr 20, 2024
1 parent 787f1a1 commit a6b87e9
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,27 +126,21 @@ jobs:
- name: Install Dependencies (Windows)
if: matrix.platform == 'windows'
uses: conda-incubator/setup-miniconda@v3
uses: mamba-org/setup-micromamba@v1
with:
channels: conda-forge
init-shell: >-
bash
cache-environment: true
create-args: >-
xerces-c
- name: Install More Dependencies (Windows)
if: matrix.platform == 'windows'
run: |
conda install conda-forge::xerces-c
choco upgrade ccache ninja
ccache --version | head -n 1
echo "ninja $(ninja --version)"
- name: Output conda info (Windows)
if: matrix.platform == 'windows'
run: |
conda info
conda list
conda config --show-sources
conda config --show
printenv | sort
- name: ccache
uses: hendrikmuhs/ccache-action@v1
with:
Expand Down

0 comments on commit a6b87e9

Please sign in to comment.