From c5884e10629c56061df517df77183ab783e8811b Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Tue, 29 Mar 2022 15:59:32 +0100 Subject: [PATCH] Don't set PLAT --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e0bba38..444b74b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,6 @@ jobs: - windows: py38-test - windows: py39-test-dev - macos: py310-test-dev - PLAT: arm64 publish: needs: tests @@ -52,4 +51,3 @@ jobs: test_command: pytest --pyargs glue_astronomy secrets: pypi_token: ${{ secrets.pypi_token }} -