Skip to content

Commit

Permalink
reorder to have alluxiocommon install after alluxiocommon wheel building
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyge2022 committed Apr 28, 2024
1 parent b93e580 commit 0b23d38
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ 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 @@ -91,15 +95,11 @@ jobs:
args: --release --out dist -m rust/alluxiocommon/Cargo.toml
manylinux: auto

- name: Install dependencies
run: |
pip install .[tests]
pip install alluxiocommon --find-links dist --force-reinstall
- name: Run AlluxioCommon tests
shell: bash
run: |
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 0b23d38

Please sign in to comment.