Skip to content

Commit 39637f2

Browse files
committed
test readthedocs without building PnetCDF-Python package
1 parent b209446 commit 39637f2

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,7 @@ build:
1010
python: "3.10"
1111
jobs:
1212
pre_install:
13-
- echo "CC=$CC"
14-
- echo "PNETCDF_VER=$PNETCDF_VER"
15-
- echo "Download and build PnetCDF version $PNETCDF_VER"
16-
- wget https://parallel-netcdf.github.io/Release/pnetcdf-$PNETCDF_VER.tar.gz
17-
- tar -xzf pnetcdf-$PNETCDF_VER.tar.gz
18-
- echo "Installing PnetCDF-C in PNETCDF_DIR=$PNETCDF_DIR"
19-
- cd ./pnetcdf-$PNETCDF_VER ; ./configure --prefix=${PNETCDF_DIR} --enable-shared --enable-debug --disable-fortran --disable-cxx; make -j 8 install
20-
- pip install numpy cython cftime pytest twine wheel check-manifest mpi4py
13+
- pip install numpy cython cftime pytest twine wheel check-manifest
2114

2215
python:
2316
install:

0 commit comments

Comments
 (0)