Skip to content

Commit

Permalink
CI: keep mac and windows on the failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
juliotux committed May 11, 2024
1 parent d8992c2 commit b3679e7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ jobs:
cache-key: ${{ github.ref }}-py311lin-astropycache
- linux: py312-test-online
cache-key: ${{ github.ref }}-py312lin-astropycache
- macos: py312-test-online
cache-key: ${{ github.ref }}-py312mac-astropycache
- windows: py312-test-online
cache-key: ${{ github.ref }}-py312win-astropycache
build_docs:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
Expand Down Expand Up @@ -68,6 +64,12 @@ jobs:
linux: py313-test-devdeps-online
python-version: 3.12
- macos: py312-test-online
cache-key: ${{ github.ref }}-py312mac-astropycache
- windows: py312-test-online
cache-key: ${{ github.ref }}-py312win-astropycache
coverage:
name: "Conda/Coverage/Astrometry.net"
runs-on: ubuntu-latest
Expand Down

0 comments on commit b3679e7

Please sign in to comment.