Skip to content

Commit 0e0feab

Browse files
authored
Update CI.yml
Apparently we need sudo even inside the container
1 parent a6dc297 commit 0e0feab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
include-matrix: false
5656
- uses: actions/checkout@v4
5757
- name: "Install updates"
58-
run: apt update && apt dist-upgrade
58+
run: sudo apt update && sudo apt dist-upgrade
5959
- name: "Install Jupyter"
6060
run: pip3 install --break-system-packages notebook jupytext
6161
- name: "Install julia pre-requisites"

0 commit comments

Comments
 (0)