Skip to content

Commit

Permalink
ci: add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
deepcharles committed Feb 12, 2021
1 parent 28bb7d4 commit 7bdfe08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
python-version: '3.8'
- name: Install sndfile library # for librose, see https://github.com/deepcharles/ruptures/pull/121
run: |
apt-get install libsndfile1-dev
sudo apt-get install libsndfile1-dev
- name: Install ruptures and dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-doc-to-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: '3.8'
- name: Install sndfile library # for librose, see https://github.com/deepcharles/ruptures/pull/121
run: |
apt-get install libsndfile1-dev
sudo apt-get install libsndfile1-dev
- name: Install ruptures and dependecies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 7bdfe08

Please sign in to comment.