Skip to content

Commit 35cecc1

Browse files
Fetch tags manually for now
1 parent e4b7379 commit 35cecc1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/emscripten.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ jobs:
7777
fetch-depth: 0
7878
fetch-tags: true
7979

80+
# For some reason fetch-depth: 0 and fetch-tags: true aren't working...
81+
- name: Manually fetch tags for numcodecs
82+
working-directory: numcodecs-wasm
83+
run: git fetch --tags
84+
8085
- name: Build numcodecs for WASM
8186
run: pyodide build
8287
working-directory: numcodecs-wasm

0 commit comments

Comments
 (0)