Makes sure that CI Python linux build builds withe latest code

pull/82/head
Tpt 4 years ago
parent ddbef60de0
commit 82381e21a9
  1. 1
      .github/workflows/build.yml

@ -74,7 +74,6 @@ jobs:
needs: python needs: python
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- run: sed -i 's/path="..\/lib", //g' python/Cargo.toml
- run: docker run --rm -v $(pwd):/io konstin2/maturin build - run: docker run --rm -v $(pwd):/io konstin2/maturin build
working-directory: ./python working-directory: ./python

Loading…
Cancel
Save