Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Jul 20, 2024
1 parent 1988025 commit 376c1d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python -m pip install -r requirements.txt
- name: Installing ubuntu requirements
run:
apt-get install -y --no-install-recommends clang libeigen3-dev
sudo apt-get install -y --no-install-recommends clang libeigen3-dev
- name: Building
run: scons -j$(nproc)

Expand All @@ -44,7 +44,7 @@ jobs:
python -m pip install -r requirements.txt
- name: Installing ubuntu requirements
run:
apt-get install -y --no-install-recommends clang libeigen3-dev
sudo apt-get install -y --no-install-recommends clang libeigen3-dev
- name: Installing rednose
run: pip install -e .
- name: Running all tests
Expand Down

0 comments on commit 376c1d3

Please sign in to comment.