Skip to content

Bump prefix-dev/setup-pixi from 0.10.1 to 0.10.2 in the github-actions group #525

Bump prefix-dev/setup-pixi from 0.10.1 to 0.10.2 in the github-actions group

Bump prefix-dev/setup-pixi from 0.10.1 to 0.10.2 in the github-actions group #525

name: Test Data Access Notebook
# no permissions by default
permissions: {}
on:
pull_request:
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
persist-credentials: false
- name: Setup Micromamba
uses: mamba-org/setup-micromamba@f457c30a868e4760d3a6fcea5f25dc655b8edf39 # v3.2.1
with:
environment-name: IOOS
init-shell: bash
create-args: >-
--file .binder/conda-lock.yml
- name: Notebook tests
shell: bash -l {0}
run: >
micromamba install nbval
&& python -m pytest --nbval --nbval-lax jupyterbook/content/code_gallery/data_access_notebooks/