Skip to content

Commit

Permalink
ci: Use platform-provided pipenv (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmorley authored Mar 17, 2024
1 parent 13cd26d commit e30d4c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@ fi
source "${ENVIRONMENT_PATH}"

# Install the Python dependencies
pip3 install --user pipenv
PIPENV_PIPFILE="$CHANGES_DIRECTORY/Pipfile" pipenv install
PIPENV_PIPFILE="$BUILD_TOOLS_DIRECTORY/Pipfile" pipenv install

0 comments on commit e30d4c5

Please sign in to comment.