Skip to content

Commit

Permalink
try reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyge2022 committed Apr 29, 2024
1 parent c8d9743 commit 2017c4a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ jobs:
conda list
conda --version
- name: Install dependencies
run: |
pip install .[tests]
# alluxiocommon related
- name: Build alluxiocommon wheels
uses: PyO3/maturin-action@v1
Expand All @@ -98,11 +94,14 @@ jobs:
- name: List dist contents
run: ls -l dist/

- name: Install dependencies
run: |
pip install .[tests]
pip install alluxiocommon --no-index --find-links=dist/ --force-reinstall
- name: Run AlluxioCommon tests
shell: bash
run: |
set -e
pip install alluxiocommon --no-index --find-links=dist/ --force-reinstall
pip install pytest
pytest -vv \
--log-format="%(asctime)s %(levelname)s %(message)s" \
Expand Down

0 comments on commit 2017c4a

Please sign in to comment.