Skip to content

Commit ae8eb8d

Browse files
committed
remove manual docker add - should be included via testcontainers dependency
1 parent d3fbf97 commit ae8eb8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-upstream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
# the cache will still speedup the rest of the installation
129129
- name: install linkml
130130
working-directory: linkml
131-
run: uv sync --all-groups && uv add docker
131+
run: uv sync --all-groups
132132

133133
- name: print linkml-runtime version
134134
working-directory: linkml

0 commit comments

Comments
 (0)