Skip to content

Commit

Permalink
rm -f poetry.lock (#1161)
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-maynard authored Mar 12, 2025
1 parent 818cd00 commit ed16e04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions polaris
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

if [ ! -d ${SCRIPT_DIR}/polaris-venv ]; then
echo "Performing first-time setup for the Python client..."
rm -f ${SCRIPT_DIR}/poetry.lock
python3 -m venv ${SCRIPT_DIR}/polaris-venv
. ${SCRIPT_DIR}/polaris-venv/bin/activate
pip install -r regtests/requirements.txt
Expand Down

0 comments on commit ed16e04

Please sign in to comment.