Skip to content

Commit e6aedc8

Browse files
committed
Added extra blosc versions to weekly blosc CI
Signed-off-by: Nick Avramoussis <[email protected]>
1 parent b4d8722 commit e6aedc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ jobs:
479479
name: linux-blosc:${{ matrix.blosc }}
480480
strategy:
481481
matrix:
482-
blosc: ['1.17.0','1.18.0'] # Need to fix unit tests for '1.19.0','1.20.0','1.21.0'
482+
blosc: ['1.17.0','1.18.0','1.19.0','1.20.0','1.21.0']
483483
fail-fast: false
484484
steps:
485485
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)