Skip to content

Commit 4d5ab01

Browse files
committed
use local channel in mamba instal
1 parent 3fe1056 commit 4d5ab01

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎.github/workflows/build-test.yml‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ jobs:
6969
CPU_COUNT=2 conda build .conda/
7070
- name: Install local build
7171
run: |
72-
mamba install --help
73-
mamba install --use-local sparc
72+
mamba install -c local sparc
7473
which sparc
7574
ldd $(which sparc)
7675
ldd $(which mpirun)

0 commit comments

Comments
 (0)