Skip to content

Commit

Permalink
Merge pull request #388 from larrybradley/remove-ci-wheels
Browse files Browse the repository at this point in the history
Remove wheels from CI tests
  • Loading branch information
larrybradley authored Jul 23, 2021
2 parents 90ad526 + 4327fdd commit 4e4ed5e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,3 @@ jobs:
- macos: py36-test-astropy32-cov
- linux32: py36-test-astropy32-cov
- windows: py36-test-astropy40-cov

- template: publish.yml@OpenAstronomy
parameters:
test_command: pytest -p no:warnings --pyargs regions
test_extras: test
${{ if startsWith(variables['Build.SourceBranch'], 'refs/tags/v') }}:
pypi_connection_name : 'pypi_endpoint'
targets:
- sdist
- wheels_linux
- wheels_macos
- wheels_windows

0 comments on commit 4e4ed5e

Please sign in to comment.