Skip to content

Commit 184cedc

Browse files
authored
Merge pull request #101 from nsidc/updates-2025
Updates 2025
2 parents 240a41c + 5d5dcfe commit 184cedc

File tree

10 files changed

+13431
-17267
lines changed

10 files changed

+13431
-17267
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- notebooks/**
77
- binder/**
8-
- '.github/workflows/'
8+
- ".github/workflows/"
99
types: [opened, synchronize]
1010

1111
concurrency:
@@ -24,7 +24,7 @@ jobs:
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"
@@ -54,7 +54,6 @@ jobs:
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
@@ -64,9 +63,9 @@ jobs:
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"

binder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM pangeo/base-image:2023.01.13
1+
FROM pangeo/base-image:2025.01.24
22

33

44
USER $NB_UID

binder/conda-linux-64.lock

Lines changed: 0 additions & 530 deletions
This file was deleted.

0 commit comments

Comments
 (0)