Skip to content

Commit

Permalink
TST: rm Azure-pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
dhomeier committed Mar 25, 2022
1 parent 7962a97 commit edb2c88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 53 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@ name: CI Tests
on:
push:
pull_request:
# schedule:
# # run every Monday at 6am UTC
# - cron: '0 6 * * 1'

jobs:
ci-tests:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
libraries:
libraries: |
apt:
- libxkbcommon-x11-0
- libxcb-icccm4
Expand All @@ -26,6 +23,9 @@ jobs:
# Code style
- linux: style
# Standard tests
- linux: py36-test
- linux: py38-test
- macos: py39-test
- macos: py36-test
- macos: py310-test
- windows: py36-test
- windows: py39-test
48 changes: 0 additions & 48 deletions azure-pipelines.yml

This file was deleted.

0 comments on commit edb2c88

Please sign in to comment.