Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
paths:
- notebooks/**
- binder/**
- '.github/workflows/'
- ".github/workflows/"
types: [opened, synchronize]

concurrency:
Expand All @@ -24,7 +24,7 @@ jobs:
uses: mamba-org/setup-micromamba@v1
with:
cache-env: true
environment-file: binder/conda-linux-64.lock
environment-file: binder/conda-lock.yml
environment-name: nsidc-tutorials

- name: "Verify micromamba"
Expand Down Expand Up @@ -54,7 +54,6 @@ jobs:
run: |
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


win-osx:
name: Runtime (${{ matrix.os }}, micromamba)
runs-on: ${{ matrix.os }}-latest
Expand All @@ -64,9 +63,9 @@ jobs:
os: ["windows", "macos"]
include:
- os: windows
environment-file: binder/conda-win-64.lock
environment-file: binder/conda-lock.yml
- os: macos
environment-file: binder/conda-osx-64.lock
environment-file: binder/conda-lock.yml
steps:
- uses: actions/checkout@v3
- name: "Install Conda environment with Micromamba"
Expand Down
2 changes: 1 addition & 1 deletion binder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pangeo/base-image:2023.01.13
FROM pangeo/base-image:2025.01.24


USER $NB_UID
Expand Down
530 changes: 0 additions & 530 deletions binder/conda-linux-64.lock

This file was deleted.

Loading
Loading