File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments