File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff 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
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 : |
You can’t perform that action at this time.
0 commit comments