Skip to content

Commit b1ea4b8

Browse files
committed
Test CI.
1 parent de06862 commit b1ea4b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run_notebooks_sql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
with:
5454
matrix: true
5555
files: |
56-
'sql/*.ipynb'
57-
'intro/*.ipynb'
56+
sql/*.ipynb
57+
intro/*.ipynb
5858
5959
- name: Show all changed files
6060
run: echo "${{ steps.changed-notebooks.outputs.all_changed_files }}"

sql/sesion1.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"id": "NVBsiBj1IWqc"
2525
},
2626
"source": [
27-
"Esta hoja muestra cómo acceder a bases de datos SQL y también a conectar la salida con Jupyter. Las partes en SQL también se pueden realizar directamente en MySQL ejecutando el programa `mysql` del entorno de ejecución."
27+
"Esta hoja muestra cómo acceder a bases de datos SQL y también a conectar la salida con Jupyter. Las partes en SQL también se pueden realizar directamente en MySQL ejecutando el programa `mysql` del entorno de ejecución.\n"
2828
]
2929
},
3030
{

0 commit comments

Comments
 (0)