Skip to content

Commit 2e811c7

Browse files
committed
remove docker from CI
1 parent 87d8352 commit 2e811c7

3 files changed

Lines changed: 0 additions & 72 deletions

File tree

.github/workflows/build-devcontainer.yml

Lines changed: 0 additions & 66 deletions
This file was deleted.

.github/workflows/checks.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ jobs:
8181

8282
- uses: ./.github/actions/install-deps
8383
with:
84-
options: full
8584
groups: doc
8685

8786
- name: Build Documentation
@@ -106,12 +105,8 @@ jobs:
106105

107106
- uses: ./.github/actions/install-deps
108107
with:
109-
options: full
110108
groups: check test plot
111109

112-
- name: Configure git safe directory
113-
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
114-
115110
- name: Run pre-commit hooks
116111
run: uv run pre-commit run --all-files
117112

src/torchjd/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
from .autojac import backward as _backward, mtl_backward as _mtl_backward
55

6-
# TODO: remove this comment (testing devcontainer cache)
76
_deprecated_items: dict[str, tuple[str, Callable]] = {
87
"backward": ("autojac", _backward),
98
"mtl_backward": ("autojac", _mtl_backward),

0 commit comments

Comments
 (0)