Skip to content

Commit

Permalink
Add sudo to commands
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaldu committed Jan 8, 2025
1 parent 7778fa6 commit 2aa3f9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench_profile_serial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install matplotlib
apt install -y libboost-dev
sudo apt install -y libboost-dev
- name: Compile and run benchmark
working-directory: ${{ github.workspace }}/benchmark/dataset_size
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
python -m pip install scikit-learn
python -m pip install pandas
python -m pip install matplotlib
apt install -y libboost-dev
sudo apt install -y libboost-dev
- name: Compile CLUEstering modules
working-directory: ${{github.workspace}}
run: |
Expand Down

0 comments on commit 2aa3f9b

Please sign in to comment.