File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 79
79
80
80
- name : Install python dependencies via pip
81
81
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
84
84
export MPICC=$MPICH_DIR/bin/mpicc
85
85
pip install mpi4py
86
86
pip install torch torchvision
Original file line number Diff line number Diff line change 77
77
78
78
- name : Install python dependencies via pip
79
79
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
82
82
export MPICC=$MPICH_DIR/bin/mpicc
83
83
pip install mpi4py
84
84
pip install torch torchvision
You can’t perform that action at this time.
0 commit comments