Skip to content

Commit 65ce5be

Browse files
committed
fix CI
1 parent 57f985a commit 65ce5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
conda install -c conda-forge jupyter papermill
2727
export ESPRESSO_PSEUDO=$(pwd)/espresso/pseudo
2828
papermill universal_simple_to_python.ipynb universal_simple_to_python_out.ipynb -k "python3"
29-
papermill universal_qe_to_pythonipynb universal_qe_to_python_out.ipynb -k "python3"
29+
papermill universal_qe_to_python.ipynb universal_qe_to_python_out.ipynb -k "python3"

0 commit comments

Comments
 (0)