Skip to content

Commit fc9852c

Browse files
committed
Env variables.
1 parent d8a75c6 commit fc9852c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run_notebooks_sql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ jobs:
7171
python-versions: '["3.10", "3.12", "3.13"]'
7272
notebooks: ${{ needs.setup-modified-files.outputs.notebooks-changed }}
7373
additional-requirements: "ipython-sql"
74-
environment: "{\"DB_HOSTNAME\": \"127.0.0.1\"}"
74+
environment: "{DB_HOSTNAME: '127.0.0.1'}"

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)