Skip to content

Commit

Permalink
fix: revert change for package-mode, and add PATH config back into st…
Browse files Browse the repository at this point in the history
…art-local
  • Loading branch information
franTarkenton committed Jun 18, 2024
1 parent 024ebfe commit 2dcc5cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion backend-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ description = "Starter template for Python backend projects"
authors = ["NRIDS"]
readme = "README.md"
packages = [{ include = "backend_python" }]
package-mode = false

[tool.poetry.dependencies]
python = "^3.11"
Expand Down
1 change: 1 addition & 0 deletions backend-py/start-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ cd $(dirname ${BASH_SOURCE[0]})

# Setup poetry and install dependencies
curl -sSL https://install.python-poetry.org | python3 -
export PATH="$POETRY_HOME/bin:$VENV_PATH/bin:$PATH"
poetry install --no-root -vvv --without dev --sync

# activate the env
Expand Down

0 comments on commit 2dcc5cb

Please sign in to comment.