Skip to content

Move installation steps to separate yaml files. #2

Move installation steps to separate yaml files.

Move installation steps to separate yaml files. #2

Workflow file for this run

name: pytests
on:
pull_request:
branches:
- main
jobs:
test_lie_groups:
uses: ./actions/setup-theseus.yml
with:
python-version: [3.8, 3.9, 3.10.15]
uses: ./actions/install-theseus.yml
with:

Check failure on line 13 in .github/workflows/pytests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pytests.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
with-baspacho: false
- name: Run Lie groups tests
run: |
export PATH=~/conda/bin:$PATH
source activate theseus
python -m pytest tests/theseus_tests/geometry -m "not cudaext"
python -m pytest tests/torchlie_tests -m "not cudaext"