Skip to content

Commit

Permalink
ci: Use platform-provided pipenv (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmorley authored Mar 17, 2024
1 parent 17c7886 commit 036155d
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 036155d

Please sign in to comment.