Skip to content

Commit

Permalink
Use sudo for apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
znichollscr committed Aug 16, 2024
1 parent 5aa0626 commit 3b33c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
ls $HOME/udunits/lib/
- name: Install netCDF binaries
if: matrix.os == 'ubuntu-latest'
run: apt-get install netcdf-bin
run: sudo apt-get install netcdf-bin
- name: Set up Python "${{ matrix.python-version }}"
id: setup-python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 3b33c0f

Please sign in to comment.