Skip to content

Commit

Permalink
Merge pull request #70 from astrofrog/remove-plat
Browse files Browse the repository at this point in the history
Don't set PLAT in GitHub Actions config
  • Loading branch information
astrofrog authored Jun 16, 2023
2 parents b90823b + c5884e1 commit a4476e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
- windows: py38-test
- windows: py39-test-dev
- macos: py310-test-dev
PLAT: arm64
publish:
needs: tests
Expand All @@ -52,4 +51,3 @@ jobs:
test_command: pytest --pyargs glue_astronomy
secrets:
pypi_token: ${{ secrets.pypi_token }}

0 comments on commit a4476e0

Please sign in to comment.