Skip to content

docs: Try to fix logos 📚 #54

docs: Try to fix logos 📚

docs: Try to fix logos 📚 #54

Workflow file for this run

name: Tests
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: setup-conda-environment
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: semantique
- name: install-package-requirements
shell: bash -l {0}
run: |
conda config --add channels conda-forge
conda config --set channel_priority strict
conda install geocube datacube
- name: install-package
shell: bash -l {0}
run: |
pip install -e .
- name: test
shell: bash -l {0}
run: |
python -m unittest discover