Skip to content

Bump actions/checkout from 4.1.7 to 4.2.0 in the github-actions group #330

Bump actions/checkout from 4.1.7 to 4.2.0 in the github-actions group

Bump actions/checkout from 4.1.7 to 4.2.0 in the github-actions group #330

name: Test Data Access Notebook
on:
pull_request:
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
- name: Setup Micromamba
uses: mamba-org/setup-micromamba@f8b8a1e23a26f60a44c853292711bacfd3eac822 #v1
with:
environment-name: IOOS
init-shell: bash
create-args: >-
--file .binder/conda-lock.yml
- name: Notebook tests
shell: bash -l {0}
run: |
python -m pytest --nbval --nbval-lax jupyterbook/content/code_gallery/data_access_notebooks/