Skip to content

Commit

Permalink
Hide requirements for dev containers
Browse files Browse the repository at this point in the history
Most users won't need -- and probably won't know the reason for --
requirements.in. If we move it to .devcontainer, then it's hidden.
  • Loading branch information
iaindillingham committed Sep 4, 2023
1 parent 201d7dc commit 0054e6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "pip3 install --user -r requirements.in",
"postCreateCommand": "pip3 install --user -r .devcontainer/requirements.in",

// Configure tool-specific properties.
"customizations": {
Expand Down
File renamed without changes.

0 comments on commit 0054e6a

Please sign in to comment.