Skip to content

Commit 1c6d4ff

Browse files
fix: remove y switch in pip installations
1 parent 71123f3 commit 1c6d4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
"cpus": 4
2727
},
2828
"image": "mcr.microsoft.com/devcontainers/universal:2",
29-
"postCreateCommand": "pip install -y uv pre-commit detect-secrets && pre-commit run --all-files"
29+
"postCreateCommand": "pip install uv pre-commit detect-secrets && pre-commit run --all-files"
3030
}

0 commit comments

Comments
 (0)