Skip to content

Commit

Permalink
Move online build to allowed-fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Feb 7, 2025
1 parent fa04675 commit d1710dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
posargs: '--color=yes'
envs: |
- linux: py313
- linux: py312
- windows: py312-online
- windows: py312
- macos: py311
- linux: py311-oldestdeps
secrets:
Expand Down Expand Up @@ -77,6 +76,7 @@ jobs:
coverage: 'codecov'
posargs: '--color=yes'
envs: |
- linux: py312-online
- linux: py313-devdeps
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit d1710dd

Please sign in to comment.