Skip to content

Commit

Permalink
Fix devcontainer python version (#1233)
Browse files Browse the repository at this point in the history
  • Loading branch information
wslaghekke authored Nov 15, 2024
1 parent b13048c commit 0c6980a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,9 @@
"features": {
"ghcr.io/devcontainers-contrib/features/poetry:2": {},
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/devcontainers/features/python:1": {
"installTools": false
}
"ghcr.io/devcontainers/features/node:1": {}
},
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"image": "mcr.microsoft.com/devcontainers/python:3",
"name": "Asynchronous Python client for Twente Milieu API",
"updateContentCommand": ". ${NVM_DIR}/nvm.sh && nvm install && nvm use && npm install && poetry install && poetry run pre-commit install"
}

0 comments on commit 0c6980a

Please sign in to comment.