Skip to content

Commit d3bcf56

Browse files
Debug improper numcodecs version
1 parent e62c933 commit d3bcf56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/emscripten.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
uses: actions/checkout@v4
3838
with:
3939
fetch-depth: 0
40+
fetch-tags: true
4041
persist-credentials: false
4142

4243
- name: Set up Python ${{ env.PYTHON_VERSION }}
@@ -76,6 +77,7 @@ jobs:
7677
submodules: recursive
7778
persist-credentials: false
7879
fetch-depth: 0
80+
fetch-tags: true
7981

8082
- name: Build numcodecs for WASM
8183
run: pyodide build

0 commit comments

Comments
 (0)