Skip to content

Bump actions/setup-python from 6 to 7 in the github-actions-deps group #863

Bump actions/setup-python from 6 to 7 in the github-actions-deps group

Bump actions/setup-python from 6 to 7 in the github-actions-deps group #863

Workflow file for this run

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