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 b2deaff
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 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 @@ -95,13 +91,11 @@ jobs:
args: --release -i python${{ matrix.python-version }} --out dist -m rust/alluxiocommon/Cargo.toml
manylinux: auto

- name: List dist contents
run: ls -l dist/

- name: Run AlluxioCommon tests
shell: bash
run: |
set -e
pip install .[tests]
pip install alluxiocommon --no-index --find-links=dist/ --force-reinstall
pip install pytest
pytest -vv \
Expand Down

0 comments on commit b2deaff

Please sign in to comment.