Skip to content

Commit

Permalink
Marking 3.13-dev tests as failable
Browse files Browse the repository at this point in the history
  • Loading branch information
etianen committed Feb 11, 2024
1 parent d46deb2 commit 1e73dd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
tests:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
continue-on-error: ${{ endsWith(matrix.python-version, '-dev') }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 1e73dd4

Please sign in to comment.