Skip to content

Added pyarrow to the environment files #273

Added pyarrow to the environment files

Added pyarrow to the environment files #273

Workflow file for this run

name: Test Environment
on:
pull_request:
jobs:
run:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: Setup Micromamba
uses: mamba-org/setup-micromamba@v1
with:
environment-name: IOOS
init-shell: bash
create-args: >-
--file .binder/conda-lock.yml
- name: Test environment
shell: bash -l {0}
run: |
python -c 'import osgeo.gdal; print(dir(osgeo.gdal))'