From e509554b78d51ad3b987646578ec02ac094c301c Mon Sep 17 00:00:00 2001 From: Lucy Ge Date: Sat, 27 Apr 2024 22:36:39 -0700 Subject: [PATCH] try fix pip install alluxiocommon from dist/ --- .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 5bc610b..8b3ec24 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 --find-links=dist/ --force-reinstall pip install pytest pytest -vv \ --log-format="%(asctime)s %(levelname)s %(message)s" \