We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27c182a + b9bb07c commit a09b8caCopy full SHA for a09b8ca
1 file changed
.devcontainer/devcontainer.json
@@ -12,5 +12,11 @@
12
]
13
}
14
},
15
- "postCreateCommand": "python3 -m pip install -r requirements.txt && python3 -m pip install sphinx-autobuild && cd build && composer install --ignore-platform-reqs"
+ "features": {
16
+ "ghcr.io/devcontainers/features/python:1": {
17
+ "version": "3.13"
18
+ }
19
+ },
20
+ "postCreateCommand": "python3 -m pip install -r requirements.txt && python3 -m pip install sphinx-autobuild",
21
+ "waitFor": "postCreateCommand"
22
0 commit comments