Skip to content

Commit

Permalink
Sudo in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
spenczar committed Oct 11, 2023
1 parent ae1a7ee commit d5a23f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pip-build-lint-test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:

- name: Install openorb dependencies
run: |
apt-get update -y
apt-get install -y gfortran liblapack-dev
sudo apt-get update -y
sudo apt-get install -y gfortran liblapack-dev
- name: Lint
run: hatch run dev:lint
- name: Test, with coverage report
Expand Down

0 comments on commit d5a23f0

Please sign in to comment.