Tell setuptools_scm to not normalize version (fixes #17) #36
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow is to run tests on regular pushes and pull requests - it is | |
# separate from the tests that get run during an auto-update, which can be | |
# found in update_and_publish.yml | |
name: Run tests | |
on: | |
push: | |
pull_request: | |
jobs: | |
tests: | |
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1 | |
with: | |
envs: | | |
- linux: py310-test | |
- macos: py311-test | |
- windows: py312-test |