Skip to content

Commit

Permalink
ci: don't let Pyodide test fail the whole build
Browse files Browse the repository at this point in the history
  • Loading branch information
tombh committed Nov 29, 2023
1 parent a590d30 commit 2c1b0cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
needs: pre_job
if: needs.pre_job.outputs.should_skip != 'true'
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v3
- name: Use Python "3.10"
Expand Down

0 comments on commit 2c1b0cc

Please sign in to comment.