File tree Expand file tree Collapse file tree 4 files changed +879
-1416
lines changed Expand file tree Collapse file tree 4 files changed +879
-1416
lines changed Original file line number Diff line number Diff line change 7070 fail_ci_if_error : true
7171 token : ${{ secrets.CODECOV_TOKEN }}
7272 verbose : true
73+
74+ test-zarr :
75+ runs-on : ubuntu-latest
76+ strategy :
77+ fail-fast : false
78+
79+ defaults :
80+ run :
81+ shell : bash -el {0}
82+
83+ steps :
84+ - name : Checkout source
85+ uses : actions/checkout@v4
86+ with :
87+ submodules : recursive
88+ fetch-depth : 0 # required for version resolution
89+
90+ - name : Set up Pixi
91+ uses :
prefix-dev/[email protected] 92+ with :
93+ pixi-version : v0.49.0
94+ cache : true
95+
96+ - name : Run tests
97+ shell : " bash -l {0}"
98+ run : pixi run -e default hatch run test:test-zarr
Original file line number Diff line number Diff line change @@ -105,5 +105,5 @@ numcodecs/version.py
105105# Cython generated
106106numcodecs /* .c
107107# pixi environments
108- .pixi
109- * .egg-info
108+ .pixi / *
109+ * .egg-info
You can’t perform that action at this time.
0 commit comments