Skip to content

Commit a05ea36

Browse files
committed
Test for science
1 parent 0a2ae59 commit a05ea36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
pyodide-${{ github.ref }}-${{ env.PYODIDE_SHA_SHORT }}
3535
pyodide-${{ github.ref }}
3636
pyodide-refs/heads/main
37-
- name: Refresh pyodide from checkout
38-
run: cd pyodide && git checkout -- . && git status
37+
- name: Refresh Pyodide from checkout
38+
run: cd pyodide && git status && git checkout -- . && git status
3939
- name: Build Pyodide and all required packages
4040
run: |
4141
cd pyodide

0 commit comments

Comments
 (0)