We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0b138 commit 09e9101Copy full SHA for 09e9101
.github/workflows/build.yaml
@@ -20,14 +20,16 @@ jobs:
20
- uses: conda-incubator/setup-miniconda@v2
21
with:
22
python-version: ${{ matrix.pyversion }}
23
+ auto-update-conda: true
24
channels: conda-forge,defaults
25
+ miniforge-variant: Mambaforge
26
+ use-mamba: true
27
channel-priority: strict
28
show-channel-urls: true
29
30
- name: Install conda packages used by this package
31
shell: bash -l {0}
32
run: |
- conda install mamba
33
mamba install -y -q scons eups compilers ruff flake8
34
35
# We have two cores so we can speed up the testing with xdist
@@ -40,7 +42,7 @@ jobs:
40
42
- name: List installed packages
41
43
44
- conda list
45
+ mamba list
46
pip list -v
47
48
- name: Build and test
0 commit comments