mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Remove maturin_editable
test (#3718)
## Summary I personally think this isn't worth continuing to maintain.
This commit is contained in:
parent
d912c37539
commit
472ab144d5
6 changed files with 0 additions and 354 deletions
25
.github/workflows/ci.yml
vendored
25
.github/workflows/ci.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue