Skip to content

Add license and citation metadata #3

Add license and citation metadata

Add license and citation metadata #3

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Conda
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: fssnav
environment-file: environment.yml
auto-activate-base: false
- name: Run pytest
shell: bash -l {0}
run: |
conda activate fssnav
pytest Computations/Code/tests