Skip to content

Commit

Permalink
removing sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
scrasmussen committed Nov 14, 2024
1 parent 4b22897 commit bed04ff
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/nvidia_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Add conda to system path
run: |
sudo apt-get -y install python3-pip python3.11-venv python3-netcdf4 \
apt-get -y install python3-pip python3.11-venv python3-netcdf4
- name: Check for nvfortran
Expand Down Expand Up @@ -126,12 +126,12 @@ jobs:
# Install FORTRAN dependencies
#######################################################################################

- name: Install Curl and zlib
run: |
sudo apt-get update
sudo apt-get install curl
sudo apt-get install libssl-dev libcurl4-openssl-dev
sudo apt-get install zlib1g-dev
# - name: Install Curl and zlib
# run: |
# sudo apt-get update
# sudo apt-get install curl
# sudo apt-get install libssl-dev libcurl4-openssl-dev
# sudo apt-get install zlib1g-dev

- name: Cache HDF5
id: cache-hdf5
Expand Down

0 comments on commit bed04ff

Please sign in to comment.