Skip to content

Commit a599064

Browse files
committed
update pip install commands in git workflows as well
1 parent a9e24d4 commit a599064

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pnetcdf_c_master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ jobs:
7979
8080
- name: Install python dependencies via pip
8181
run: |
82-
python -m pip install --upgrade pip
83-
pip install numpy cython cftime pytest twine wheel check-manifest
82+
python -m pip install --upgrade pip setuptools wheel
83+
pip install numpy cython cftime pytest twine check-manifest
8484
export MPICC=$MPICH_DIR/bin/mpicc
8585
pip install mpi4py
8686
pip install torch torchvision

.github/workflows/pnetcdf_c_official.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ jobs:
7777
7878
- name: Install python dependencies via pip
7979
run: |
80-
python -m pip install --upgrade pip
81-
pip install numpy cython cftime pytest twine wheel check-manifest
80+
python -m pip install --upgrade pip setuptools wheel
81+
pip install numpy cython cftime pytest twine check-manifest
8282
export MPICC=$MPICH_DIR/bin/mpicc
8383
pip install mpi4py
8484
pip install torch torchvision

0 commit comments

Comments
 (0)