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 e509554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit e509554

Please sign in to comment.