Skip to content

Commit

Permalink
Linux.yml: debug python error.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Oct 16, 2024
1 parent 9373b65 commit 68fb10b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install python3-pip python3-dev python3-numpy
sudo python3 -m pip install -U netCDF4
sudo python3 -m pip install -U pdoc
sudo python3 -m pip install --break-system-packages -U netCDF4
sudo python3 -m pip install --break-system-packages -U pdoc
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 68fb10b

Please sign in to comment.