Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
Apparently we need sudo even inside the container
  • Loading branch information
aaruni96 authored Oct 17, 2024
1 parent a6dc297 commit 0e0feab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
include-matrix: false
- uses: actions/checkout@v4
- name: "Install updates"
run: apt update && apt dist-upgrade
run: sudo apt update && sudo apt dist-upgrade
- name: "Install Jupyter"
run: pip3 install --break-system-packages notebook jupytext
- name: "Install julia pre-requisites"
Expand Down

0 comments on commit 0e0feab

Please sign in to comment.