From 656a8e8d93a33cc9aac95210bd9329d00fbb8c3a Mon Sep 17 00:00:00 2001 From: derlk Date: Sun, 7 Apr 2024 20:39:11 +0200 Subject: [PATCH] uncomment pip install --- .github/workflows/tests+pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests+pypi.yml b/.github/workflows/tests+pypi.yml index dd954c8..41d24d8 100644 --- a/.github/workflows/tests+pypi.yml +++ b/.github/workflows/tests+pypi.yml @@ -191,7 +191,7 @@ jobs: run: | echo HDF5_LIBDIR=/usr/lib/x86_64-linux-gnu/hdf5/mpich >> $GITHUB_ENV echo HDF5_INCLUDEDIR=/usr/include/hdf5/mpich >> $GITHUB_ENV - - run: pip install -e .[tests] + #- run: pip install -e .[tests] - id: cache uses: actions/cache/restore@v4 with: