We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97dd73c commit b9f6a7fCopy full SHA for b9f6a7f
.github/workflows/pytest.yml
@@ -21,7 +21,7 @@ jobs:
21
python-version: ${{ matrix.python-version }}
22
23
- name: Install the project
24
- run: uv sync --locked --all-extras --dev
+ run: uv sync --reinstall --locked --all-extras --dev
25
26
- name: Run unit tests
27
run: uv run pytest -m "not slow" --cov=compressai -s tests/
.gitlab-ci.yml
@@ -156,7 +156,7 @@ test:
156
update_dict(base, delta)
157
Path("pyproject.toml").write_text(tomlkit.dumps(base))
158
EOF
159
- - uv sync --group=test
+ - uv sync --group=test --reinstall
160
- *check-torch-cuda
161
- |
162
PYTEST_ARGS=(--cov=compressai --capture=no tests)
0 commit comments