From 80407972b6f6558dd652c66d55d74125fc92b9ba Mon Sep 17 00:00:00 2001 From: "Sergey E. Koposov" Date: Wed, 31 Jul 2024 19:13:26 +0100 Subject: [PATCH] fix desitarget install --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9e1beed..d25e098 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,6 +19,7 @@ jobs: with: python-version: ${{ matrix.python-version }} architecture: 'x64' + cache: 'pip' - name: Dependencies run: | python -m pip install --upgrade pip @@ -29,7 +30,7 @@ jobs: pip install scikit-learn torch pip install . pip install git+https://github.com/desihub/desiutil@3.2.2 - pip install git+https://github.com/desihub/desitarget@2.7.0 + pip install --no-build-isolation git+https://github.com/desihub/desitarget@2.7.0 - name: Fetching data run: | cd tests