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 e1534bc commit 31093b2Copy full SHA for 31093b2
.github/workflows/gpu_test.yaml
@@ -38,9 +38,9 @@ jobs:
38
- name: Update pip
39
run: python -m pip install --upgrade pip
40
- name: Install torchforge
41
- run: pip install uv && uv sync --all-extras
+ run: pip install uv && uv sync
42
- name: Run unit tests with coverage
43
# TODO add all tests
44
- run: pytest tests/unit_tests --cov=. --cov-report=xml --durations=20 -vv
+ run: uv run pytest tests/unit_tests --cov=. --cov-report=xml --durations=20 -vv
45
- name: Upload Coverage to Codecov
46
uses: codecov/codecov-action@v3
0 commit comments