Skip to content

fix: use SAFE as a criteria to allow ZARR download #259

fix: use SAFE as a criteria to allow ZARR download

fix: use SAFE as a criteria to allow ZARR download #259

Workflow file for this run

name: Test AIAS
on: push
jobs:
aias-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install test/requirements
run: |
pip install -r test/requirements.txt
- name: Run tests
run: test/tests.sh