From 006ffd88481895d234bf6060af4679ee1ae7d1d2 Mon Sep 17 00:00:00 2001 From: Lucy Ge Date: Sat, 27 Apr 2024 22:41:11 -0700 Subject: [PATCH] add --no-index --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b3ec24..9c4e05a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: shell: bash run: | set -e - pip install alluxiocommon --find-links=dist/ --force-reinstall + pip install alluxiocommon --no-index --find-links=dist/ --force-reinstall pip install pytest pytest -vv \ --log-format="%(asctime)s %(levelname)s %(message)s" \