|
|
@ -180,7 +180,7 @@ jobs: |
|
|
|
python-version: "3.10" |
|
|
|
python-version: "3.10" |
|
|
|
cache: pip |
|
|
|
cache: pip |
|
|
|
cache-dependency-path: '**/requirements.dev.txt' |
|
|
|
cache-dependency-path: '**/requirements.dev.txt' |
|
|
|
- run: pip install "maturin~=0.14.0" |
|
|
|
- run: pip install -r python/requirements.dev.txt |
|
|
|
- run: maturin build --release -m python/Cargo.toml --features abi3 |
|
|
|
- run: maturin build --release -m python/Cargo.toml --features abi3 |
|
|
|
- run: pip install --no-index --find-links=target/wheels/ pyoxigraph |
|
|
|
- run: pip install --no-index --find-links=target/wheels/ pyoxigraph |
|
|
|
- run: rm -r target/wheels |
|
|
|
- run: rm -r target/wheels |
|
|
@ -215,7 +215,7 @@ jobs: |
|
|
|
cache: pip |
|
|
|
cache: pip |
|
|
|
cache-dependency-path: '**/requirements.dev.txt' |
|
|
|
cache-dependency-path: '**/requirements.dev.txt' |
|
|
|
- run: Remove-Item -LiteralPath "C:\msys64\" -Force -Recurse |
|
|
|
- run: Remove-Item -LiteralPath "C:\msys64\" -Force -Recurse |
|
|
|
- run: pip install "maturin~=0.14.0" |
|
|
|
- run: pip install -r python/requirements.dev.txt |
|
|
|
- run: maturin build --release -m python/Cargo.toml --features abi3 |
|
|
|
- run: maturin build --release -m python/Cargo.toml --features abi3 |
|
|
|
- run: pip install --no-index --find-links=target/wheels/ pyoxigraph |
|
|
|
- run: pip install --no-index --find-links=target/wheels/ pyoxigraph |
|
|
|
- run: rm -r target/wheels |
|
|
|
- run: rm -r target/wheels |
|
|
|