Skip to content

Commit

Permalink
Use continue-on-error for --pre versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Jan 9, 2024
1 parent 71ded7c commit 13f98cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/step_tests-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ jobs:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12"]
markdown-it-py-version: ["~=3.0"]
pip-flags: [""]
continue-on-error: [false]
include:
- python-version: "3.x"
pip-flags: "--pre --upgrade --upgrade-strategy eager"
continue-on-error: true
- python-version: "3.x"
markdown-it-py-version: "~=2.0"
- python-version: "3.x"
Expand Down Expand Up @@ -69,6 +71,7 @@ jobs:
python -m jupyterlab.browser_check
- name: Test with pytest
continue-on-error: matrix.continue-on-error
run: pytest --cov

- name: Upload coverage
Expand Down

0 comments on commit 13f98cc

Please sign in to comment.