Skip to content

Commit

Permalink
Fix deps and mishap from the poetry bump during merge
Browse files Browse the repository at this point in the history
  • Loading branch information
whabanks committed Feb 23, 2024
1 parent 2a37c7a commit 4cd1d18
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 178 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/scripts/notify-dev-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cd /workspace
echo -e "fpath+=/.zfunc" >> ~/.zshrc
echo -e "autoload -Uz compinit && compinit"

pip install poetry==${POETRY_VERSION} poetry-plugin-sort \
pip install poetry==${POETRY_VERSION} poetry-plugin-sort
export PATH=$PATH:/home/vscode/.local/bin/
which poetry
poetry --version
Expand Down
Loading

0 comments on commit 4cd1d18

Please sign in to comment.