Skip to content

Commit 07012df

Browse files
committed
Test CI.
1 parent b1ea4b8 commit 07012df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run_notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Setup optional docker container
3333
run: |
34-
test -n "${{ inputs.docker-run-line }}" ] && \
34+
test -n "${{ inputs.docker-run-line }}" && \
3535
docker run --rm -d ${{ inputs.docker-run-line }}
3636
3737
- name: Setup Python

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.\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."
2828
]
2929
},
3030
{

0 commit comments

Comments
 (0)