Skip to content

Commit 494de65

Browse files
committed
Test.
1 parent 09cd693 commit 494de65

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/run_notebooks.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ jobs:
3535
- name: Setup the running environment from the environment input variable
3636
run: |
3737
echo "${{ inputs.environment }}" >> $GITHUB_ENV
38-
#jq -r 'keys[] as $k | "\($k)=\"\(.[$k])\""' <<< "${{ inputs.environment }}" >> $GITHUB_ENV
39-
#for l in $(jq -r 'keys[] as $k | "\($k)=\"\(.[$k])\""' <<< "${{ fromJson(inputs.environment) }}"); do
40-
# echo $l >> $GITHUB_ENV
41-
# echo "Found environment variable: $l"
42-
#done
4338
4439
- name: Setup optional docker container
4540
run: |

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)