We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6dc297 commit 0e0feabCopy full SHA for 0e0feab
1 file changed
.github/workflows/CI.yml
@@ -55,7 +55,7 @@ jobs:
55
include-matrix: false
56
- uses: actions/checkout@v4
57
- name: "Install updates"
58
- run: apt update && apt dist-upgrade
+ run: sudo apt update && sudo apt dist-upgrade
59
- name: "Install Jupyter"
60
run: pip3 install --break-system-packages notebook jupytext
61
- name: "Install julia pre-requisites"
0 commit comments