Skip to content

Commit 1e28572

Browse files
committed
github action: fix minor issue
1 parent 1b8b168 commit 1e28572

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pnetcdf_c_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
pip install numpy cython cftime pytest twine wheel check-manifest
8484
export MPICC=$MPICH_DIR/bin/mpicc
8585
pip install mpi4py
86-
pip install torch, torchvision
86+
pip install torch torchvision
8787
8888
- name: Install PnetCDF-Python
8989
run: |

.github/workflows/pnetcdf_c_official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
pip install numpy cython cftime pytest twine wheel check-manifest
8282
export MPICC=$MPICH_DIR/bin/mpicc
8383
pip install mpi4py
84-
pip install torch, torchvision
84+
pip install torch torchvision
8585
8686
- name: Install PnetCDF-Python
8787
run: |

0 commit comments

Comments
 (0)