Skip to content

okay move the assets to where they are locally to make this easy for … #4

okay move the assets to where they are locally to make this easy for …

okay move the assets to where they are locally to make this easy for … #4

name: "Run pytest with Pixi env"
on: ["push"]
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- name: Check out code for this commit
- uses: actions/checkout@v4
- name: Get pixi and install environment
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.39.5
environments: default
activate-environment: true
frozen: true
- name: Get required assets for simulations
- run: |
mkdir .local_dev_data
mv tests/assets/* .local_dev_data/
- name: Run pytest
- run: pytest -v tests/