Skip to content

Functions and tests for managing scenes and orbits #7

Functions and tests for managing scenes and orbits

Functions and tests for managing scenes and orbits #7

Workflow file for this run

name: Run Tests with Pytest
on:
pull_request:
branches: [main]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up micromamba environment
uses: mamba-org/[email protected]
with:
generate-run-shell: true
environment-file: environment.yml
condarc: |
channels:
- conda-forge
- name: Check packages
shell: micromamba-shell {0}
run: |
python --version
pytest --version
- name: Run tests
shell: micromamba-shell {0}
run: |
pytest