Skip to content

Commit

Permalink
more ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
samaloney committed Jun 4, 2024
1 parent 4f1463c commit 58c47a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
core:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
coverage: codecov
envs: |
- linux: codestyle
- linux: py39
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand All @@ -31,12 +31,10 @@ jobs:
needs: [core]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
coverage: codecov
envs: |
- macos: py39
- windows: py39
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

doc:
needs: [test]
Expand Down

0 comments on commit 58c47a8

Please sign in to comment.