Skip to content

Add numerical conversions to SpectralType class (#44) #116

Add numerical conversions to SpectralType class (#44)

Add numerical conversions to SpectralType class (#44) #116

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
call-tests:
name: Offline tests
uses: AstarVienna/DevOps/.github/workflows/tests.yml@main
with:
poetry: True
secrets: inherit
call-updated-tests:
name: Tests with updated dependencies
uses: AstarVienna/DevOps/.github/workflows/updated_tests.yml@main
secrets: inherit