Skip to content

Commit 2ca6b98

Browse files
committed
github actions: pip install torch
1 parent 9eaa8ec commit 2ca6b98

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pnetcdf_c_master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +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
8687
8788
- name: Install PnetCDF-Python
8889
run: |

.github/workflows/pnetcdf_c_official.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +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
8485
8586
- name: Install PnetCDF-Python
8687
run: |

0 commit comments

Comments
 (0)