Remove maturin_editable test (#3718)

## Summary

I personally think this isn't worth continuing to maintain.
This commit is contained in:
Charlie Marsh
2024-05-22 05:10:04 -04:00
committed by GitHub
parent d912c37539
commit 472ab144d5
6 changed files with 0 additions and 354 deletions
-25
View File
@@ -437,31 +437,6 @@ jobs:
./uv venv
./${{ matrix.command }}
integration-test-maturin:
needs: build-binary-linux
name: "integration test | maturin"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: "Download binary"
uses: actions/download-artifact@v4
with:
name: uv-linux-${{ github.sha }}
- name: "Prepare binary"
run: chmod +x ./uv
- name: "Compile"
run: |
echo '-e ${PROJECT_ROOT}/scripts/packages/maturin_editable' | ./uv pip compile - -o requirements.txt
- name: "Sync"
run: |
./uv venv
./uv pip sync requirements.txt
cache-test-ubuntu:
needs: build-binary-linux
name: "check cache | ubuntu"