Skip to content

Fix multi-line command in authentication step in CI/CD #396

Fix multi-line command in authentication step in CI/CD

Fix multi-line command in authentication step in CI/CD #396

Workflow file for this run

name: Planetary Computer APIs PR CI
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run cibuild
run: ./scripts/cibuild
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10" # stac-api-validator requires >= 3.10
cache: "pip"
- name: Validate
run: ./scripts/validate