Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from Azure to GitHub Actions #37

Merged
merged 17 commits into from
Mar 16, 2022
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
on:
push:
pull_request:

jobs:

test:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@main
with:
posargs: --openmp-expected=True
coverage: codecov
envs: |
# Code style
- linux: style
# Docs
- linux: build_docs
# Standard tests
- linux: py36-test-oldestdeps
- linux: py37-test
- linux: py38-test
- linux: py38-test-dev
- macos: py38-test-dev
posargs: --openmp-expected=False
- windows: py36-test
- windows: py38-test-dev
# Test with more compilers, for the OpenMP helpers
- macos: py38-test-osxclang-conda
- linux: py38-test-linuxgcc-conda
# Test downstream packages
- linux: py39-downstream

publish:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@main
with:
test_extras: test
test_command: pytest --pyargs extension_helpers
secrets:
pypi_password: ${{ secrets.pypi_password }}
40 changes: 0 additions & 40 deletions azure-pipelines.yml

This file was deleted.