Skip to content

Commit b818980

Browse files
committed
CI: Install libmamba from conda-forge
1 parent c2ed3d6 commit b818980

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci_np2.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: conda-build (NumPy v2)
22

3-
on: [push]
3+
on:
4+
push:
5+
pull_request:
6+
branches: [ $default-branch ]
47

58
jobs:
6-
build-linux:
9+
tests:
710
runs-on: ubuntu-latest
811
strategy:
912
max-parallel: 5
@@ -20,6 +23,7 @@ jobs:
2023
echo $CONDA/bin >> $GITHUB_PATH
2124
- name: Install dependencies
2225
run: |
26+
conda install -c conda-forge libmamba
2327
conda env update --file environment_np2.yml --name base
2428
- name: Conda info
2529
shell: bash -l {0}

0 commit comments

Comments
 (0)