Skip to content

Commit

Permalink
env: fixed devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Bar Hochman committed Mar 31, 2022
1 parent 42b77fb commit 385ff70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "poetry install",
"postAttachCommand": "poetry shell",
// "postAttachCommand": "poetry shell",
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode",
"features": {
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
test: ## Run the tests in current environment
pytest tests/ --verbose

0 comments on commit 385ff70

Please sign in to comment.