Skip to content

Commit

Permalink
try fix pip install alluxiocommon from dist
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyge2022 committed Apr 28, 2024
1 parent 0b23d38 commit 62630a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ jobs:
- name: Run AlluxioCommon tests
shell: bash
run: |
set -e
pip install alluxiocommon --find-links dist --force-reinstall
# set -e
pip install alluxiocommon --find-links=dist/ --force-reinstall
pip install pytest
pytest -vv \
--log-format="%(asctime)s %(levelname)s %(message)s" \
Expand Down

0 comments on commit 62630a0

Please sign in to comment.