From 39637f261cdcf97a845f00075fa8ddbaf9f016ed Mon Sep 17 00:00:00 2001 From: Wei-keng Liao Date: Fri, 9 May 2025 14:31:40 -0500 Subject: [PATCH] test readthedocs without building PnetCDF-Python package --- .readthedocs.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d813baf..37c389a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,14 +10,7 @@ build: python: "3.10" jobs: pre_install: - - echo "CC=$CC" - - echo "PNETCDF_VER=$PNETCDF_VER" - - echo "Download and build PnetCDF version $PNETCDF_VER" - - wget https://parallel-netcdf.github.io/Release/pnetcdf-$PNETCDF_VER.tar.gz - - tar -xzf pnetcdf-$PNETCDF_VER.tar.gz - - echo "Installing PnetCDF-C in PNETCDF_DIR=$PNETCDF_DIR" - - cd ./pnetcdf-$PNETCDF_VER ; ./configure --prefix=${PNETCDF_DIR} --enable-shared --enable-debug --disable-fortran --disable-cxx; make -j 8 install - - pip install numpy cython cftime pytest twine wheel check-manifest mpi4py + - pip install numpy cython cftime pytest twine wheel check-manifest python: install: