Skip to content

Commit

Permalink
feat(bindings/python): turn off manylinux to enable Swatinem/rust-cac…
Browse files Browse the repository at this point in the history
…he in test
  • Loading branch information
messense committed Mar 11, 2023
1 parent 6a43873 commit 68f2b31
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/bindings_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- uses: PyO3/maturin-action@v1
with:
manylinux: auto
manylinux: off
working-directory: "bindings/python"
command: build
args: --release --sdist -o dist --find-interpreter
Expand All @@ -58,7 +59,7 @@ jobs:
working-directory: "bindings/python"
run: |
set -e
python -m pip install opendal --no-index --find-links dist
python -m pip install dist/opendal-*.whl
python -m pip install -r test_requirements.txt
python -m pytest
Expand Down

0 comments on commit 68f2b31

Please sign in to comment.