Skip to content

Move to jupyter-book 2 #575

Move to jupyter-book 2

Move to jupyter-book 2 #575

Workflow file for this run

name: Test Environment
# no permissions by default
permissions: {}
on:
pull_request:
jobs:
run:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-15-intel, ubuntu-latest, windows-latest, macos-latest ]
fail-fast: false
defaults:
run:
shell: bash -l {0}
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: Test environment
run: >
python -c 'import osgeo.gdal; print(dir(osgeo.gdal))'