Skip to content

Commit

Permalink
Remove superfluous comment in install-packages.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dchiller committed Mar 26, 2024
1 parent a38d43d commit 68bd70e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/install-packages.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
#!/bin/bash

# Install poetry
pip install poetry==1.8.2

poetry config virtualenvs.in-project true
poetry config virtualenvs.options.always-copy true
poetry config virtualenvs.options.no-pip true
poetry config virtualenvs.options.no-setuptools true

poetry install --no-cache
poetry install --no-cache

0 comments on commit 68bd70e

Please sign in to comment.