Skip to content

Bump shapely from 2.0.6 to 2.0.7 #598

Bump shapely from 2.0.6 to 2.0.7

Bump shapely from 2.0.6 to 2.0.7 #598

Workflow file for this run

name: Tests
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12
- run: make install
- run: make test
env:
EARTHDATA_USERNAME: ${{ secrets.EARTHDATA_LOGIN_USER }}
EARTHDATA_PASSWORD: ${{ secrets.EARTHDATA_LOGIN_PASSWORD }}