Skip to content

Commit

Permalink
Exclude invalid combination from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Oct 9, 2024
1 parent 22a1816 commit de7674d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
matrix:
jupyter-server-version: ["1.24.0", "2.14.2"]
progressive_rendering: [false, true]
exclude:
- jupyter-server-version: "1.24.0"
progressive_rendering: true
fail-fast: false

steps:
Expand Down

0 comments on commit de7674d

Please sign in to comment.