Skip to content

Commit a3fc2bf

Browse files
committed
test
1 parent 3c6127a commit a3fc2bf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/convert-to-qmd.yml

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
run: |
4040
eval "$(ssh-agent -s)"
4141
ssh-add /tmp/github_actions
42+
43+
- name: Debug SSH Key
44+
run: ssh-add -l
45+
4246

4347
- name: Add Deploy Key to GitHub
4448
id: add_deploy_key

notebooks/Chapter 2 - Basic Matrix Algebra.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"outputs": [],
2929
"source": [
3030
"from IPython.core.interactiveshell import InteractiveShell\n",
31-
"InteractiveShell.ast_node_interactivity = \"all\" # display multiple lines."
31+
"InteractiveShell.ast_node_interactivity = \"all\" # display multiple lines"
3232
]
3333
},
3434
{

0 commit comments

Comments
 (0)