mirror dev deps
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -82,7 +82,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
uv pip show --system torch
|
||||
uv pip install --system wheel pytest pytest-xdist pytest-cov
|
||||
uv pip install --system wheel
|
||||
printf "torch==${{ matrix.pytorch_version }}\n" > torch-constraints.txt
|
||||
uv pip install --system --no-build-isolation -e ".[dev]" --constraints torch-constraints.txt
|
||||
set -o pipefail
|
||||
@@ -155,7 +155,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
uv pip show --system torch
|
||||
uv pip install --system wheel pytest pytest-xdist pytest-cov
|
||||
uv pip install --system wheel
|
||||
uv pip install --system build
|
||||
python -m build --sdist
|
||||
uv pip install --system dist/*.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user