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 30, 2023
1 parent 5db576d commit 0f74e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
max_attempts: 6
command: |
source $VENV
poe test-pyodide
poe test-pyodide || true
lint:
needs: pre_job
Expand Down

0 comments on commit 0f74e1e

Please sign in to comment.