Skip to content

Commit 1c6cf28

Browse files
committed
even more debugging in workflow
1 parent e7d71ab commit 1c6cf28

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/myst-to-pages.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,19 @@ jobs:
5151
- name: Install MyST Markdown
5252
run: |
5353
pixi run install-myst
54-
- name: Install utils
54+
- name: Install monitoring utils
5555
run: |
5656
# apt update && apt install -y net-tools iproute2 metcat-openbsd curl procps
5757
apt update && apt install -y net-tools
5858
- name: Diagnostic - Check Python Modules
5959
run: |
60+
echo checking python imports
6061
pixi run python -c "import sqlite3; print('SQLite3 OK'); import ipykernel; print('IPykernel OK')"
62+
echo listing jupyter kernels
63+
pixi run jupyter kernelspec list
64+
echo which python / jupyter
65+
pixi run which python
66+
pixi run which jupyter
6167
- name: Start Background Monitor
6268
run: |
6369
cat << 'EOF' > monitor.sh
@@ -85,7 +91,7 @@ jobs:
8591
- name: Build HTML Assets
8692
run: |
8793
export PYTHONPATH=$(pwd)/modules
88-
pixi run myst-build
94+
pixi run myst-build-debug
8995
- name: Finalize and Show Logs
9096
if: always()
9197
run: |

0 commit comments

Comments
 (0)