Skip to content

Commit 744d0eb

Browse files
committed
Fixing failures
1 parent b07698f commit 744d0eb

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test-bench.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
test-bench-job:
1313
runs-on: ubuntu-22.04
1414
strategy:
15+
fail-fast: false
1516
matrix:
1617
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1718
steps:

.github/workflows/test-unit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
runs-on: ubuntu-22.04
1414
strategy:
1515
matrix:
16+
fail-fast: false
1617
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1718
steps:
1819
- name: Check out repository code

0 commit comments

Comments
 (0)