Skip to content

fix ModelNet10 download #28

fix ModelNet10 download

fix ModelNet10 download #28

Workflow file for this run

name: Tests
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -el {0}
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: context-aware-flow-matching
environment-file: env.yaml
python-version: 3.11
auto-active-base: false
- name: Test with pytest
run: |
conda install pytest
pytest tests -m "not slow"