Skip to content

Commit b7eb9ae

Browse files
committed
use mamba to install rmg
1 parent b64f6d4 commit b7eb9ae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
branches:
55
- main
66
push:
7-
branches:
8-
- main
97
jobs:
108
test:
119
runs-on: ubuntu-latest
@@ -29,6 +27,9 @@ jobs:
2927
environment-file: environment.yml
3028
python-version: 3.7
3129
activate-environment: rms_env
30+
miniforge-variant: Mambaforge
31+
miniforge-version: latest
32+
use-mamba: true
3233
- name: Fix PyCall linking
3334
run: |
3435
julia -e 'ENV["PYTHON"]=ENV["CONDA"] * "/envs/rms_env/bin/python"; using Pkg; Pkg.add("PyCall"); Pkg.build("PyCall")'

0 commit comments

Comments
 (0)