Skip to content

Commit

Permalink
CI: Don't install packages from apt
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedThree committed Nov 7, 2024
1 parent febb3a2 commit 609c784
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt-get update && sudo apt-get install libhdf5-dev libnetcdf-dev
python -m pip install --upgrade pip
- name: Install package
run: |
Expand Down Expand Up @@ -59,7 +58,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt-get update && sudo apt-get install libhdf5-dev libnetcdf-dev
python -m pip install --upgrade pip
pip install xarray~=2023.1.0 pandas~=1.4.0
- name: Install package
Expand Down

0 comments on commit 609c784

Please sign in to comment.