File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 5
5
paths :
6
6
- notebooks/**
7
7
- binder/**
8
- - ' .github/workflows/'
8
+ - " .github/workflows/"
9
9
types : [opened, synchronize]
10
10
11
11
concurrency :
24
24
uses : mamba-org/setup-micromamba@v1
25
25
with :
26
26
cache-env : true
27
- environment-file : binder/conda-linux-64. lock
27
+ environment-file : binder/conda-lock.yml
28
28
environment-name : nsidc-tutorials
29
29
30
30
- name : " Verify micromamba"
54
54
run : |
55
55
find notebooks -type f -name "*.ipynb" -not -path '*\.ipynb_checkpoints/*' -not -path '*endered*' -not -path '*SnowEx*' | xargs -I F quarto render "F" --execute-daemon-restart
56
56
57
-
58
57
win-osx :
59
58
name : Runtime (${{ matrix.os }}, micromamba)
60
59
runs-on : ${{ matrix.os }}-latest
64
63
os : ["windows", "macos"]
65
64
include :
66
65
- os : windows
67
- environment-file : binder/conda-win-64. lock
66
+ environment-file : binder/conda-lock.yml
68
67
- os : macos
69
- environment-file : binder/conda-osx-64. lock
68
+ environment-file : binder/conda-lock.yml
70
69
steps :
71
70
- uses : actions/checkout@v3
72
71
- name : " Install Conda environment with Micromamba"
You can’t perform that action at this time.
0 commit comments