Skip to content

Fetch remote before checking tags #31

Fetch remote before checking tags

Fetch remote before checking tags #31

Workflow file for this run

name: pytest
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install conda environment
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment.yaml
cache-environment: true
- name: Run tests
shell: bash -l {0}
run: pytest -v