Skip to content

Commit

Permalink
trial: let the build continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
chansigit committed Jul 6, 2024
1 parent 06729a8 commit 2736e39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-plain-run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
matrix:
python-version: [3.8, 3.9, 3.10.14, 3.11, 3.12]

continue-on-error: true
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 2736e39

Please sign in to comment.