Skip to content

Commit 80064bd

Browse files
committed
update github action
1 parent cc9464a commit 80064bd

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
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"

0 commit comments

Comments
 (0)