From 0e084294977d272947e71e6a35444941dccad277 Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Tue, 23 Apr 2024 13:11:42 +0100 Subject: [PATCH] TMP: debug --- .github/workflows/python-tests.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 07653cb..3bd29b9 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -11,29 +11,29 @@ concurrency: jobs: - tests: - uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1 - with: - envs: | - - windows: py39-test-numpy122 - - linux: py310-test-numpy124 - - macos: py311-test-astropy53 - - linux: py312-test - - linux: codestyle - coverage: 'codecov' + # tests: + # uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1 + # with: + # envs: | + # - windows: py39-test-numpy122 + # - linux: py310-test-numpy124 + # - macos: py311-test-astropy53 + # - linux: py312-test + # - linux: codestyle + # coverage: 'codecov' publish: - needs: tests + # needs: tests uses: astrofrog/github-actions-workflows/.github/workflows/publish.yml@mac-images with: test_extras: test test_command: pytest -p no:warnings --pyargs astroscrappy targets: | - - cp*-manylinux_x86_64 - - cp*-manylinux_aarch64 + # - cp*-manylinux_x86_64 + # - cp*-manylinux_aarch64 - cp*-macosx_x86_64 - cp*-macosx_arm64 - - cp*-win_amd64 + # - cp*-win_amd64 secrets: pypi_token: ${{ secrets.pypi_token }} anaconda_token: ${{ secrets.anaconda_token }}