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 55 paths :
66 - notebooks/**
77 - binder/**
8- - ' .github/workflows/'
8+ - " .github/workflows/"
99 types : [opened, synchronize]
1010
1111concurrency :
2424 uses : mamba-org/setup-micromamba@v1
2525 with :
2626 cache-env : true
27- environment-file : binder/conda-linux-64. lock
27+ environment-file : binder/conda-lock.yml
2828 environment-name : nsidc-tutorials
2929
3030 - name : " Verify micromamba"
5454 run : |
5555 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
5656
57-
5857 win-osx :
5958 name : Runtime (${{ matrix.os }}, micromamba)
6059 runs-on : ${{ matrix.os }}-latest
6463 os : ["windows", "macos"]
6564 include :
6665 - os : windows
67- environment-file : binder/conda-win-64. lock
66+ environment-file : binder/conda-lock.yml
6867 - os : macos
69- environment-file : binder/conda-osx-64. lock
68+ environment-file : binder/conda-lock.yml
7069 steps :
7170 - uses : actions/checkout@v3
7271 - name : " Install Conda environment with Micromamba"
You can’t perform that action at this time.
0 commit comments