Skip to content

Commit

Permalink
Use script
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Oct 30, 2024
1 parent b13f122 commit 4264b98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/dev-dependencies.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

# install poetry
pip install poetry --user
# Install dependencies (include --dev for tests/development)
poetry install --dev
# Install dependencies
python -m poetry install --with dev
3 changes: 1 addition & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
"dockerfile": "dodona-tested.dockerfile",
"context": "."
},
// install dev dependencies
"postCreateCommand": "pip install poetry --user; python -m poetry install --with dev"
"postCreateCommand": "./.devcontainer/dev-dependencies.sh",
}

0 comments on commit 4264b98

Please sign in to comment.