Skip to content

Commit

Permalink
allow root privileges in getting hdf5
Browse files Browse the repository at this point in the history
  • Loading branch information
AdelekeBankole committed Jan 15, 2025
1 parent 1be238f commit cf48d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_suite_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
# Install dependencies
- name: Install dependencies
run: |
apt update
apt install -y libhdf5-dev
sudo apt-get update
sudo apt-get install -y libhdf5-dev
python3 -m pip install -r requirements.txt
# Generate sounding files
Expand Down

0 comments on commit cf48d06

Please sign in to comment.