Skip to content

Commit 881867d

Browse files
committed
Debug
1 parent 44eec0c commit 881867d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎.github/workflows/build-book.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
python -m pip list
2525
- name: build book
2626
run: |
27-
conda info
27+
which jupyter-book
28+
jupyter-book --version
2829
jupyter-book build -W -n --keep-going howto
2930
- name: Archive build artifacts
3031
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)