Skip to content

Commit 4e81f5c

Browse files
committed
#231 Update devcontainer
1 parent eeabc34 commit 4e81f5c

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
@@ -1,7 +1,7 @@
11
{
22
"name": "xarray-dataclasses",
33
"image":"python:3.12",
4-
"onCreateCommand": "pip install poetry==1.6.1",
4+
"onCreateCommand": "pip install poetry==1.8.5",
55
"postCreateCommand": "poetry install",
66
"containerEnv": {
77
"POETRY_VIRTUALENVS_CREATE": "false"

0 commit comments

Comments
 (0)