Skip to content

fix test

fix test #63

Workflow file for this run

name: Unittest Gaiaflow
on:
push:
release:
types: [ published ]
workflow_dispatch:
jobs:
unittest:
runs-on: ubuntu-latest
steps:
- name: checkout Gaiaflow
uses: actions/checkout@v4
- name: Set up MicroMamba
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment.yml
- name: run tests
shell: bash -l {0}
run: |
pytest