Skip to content

Commit

Permalink
Update .env
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris committed Oct 19, 2023
1 parent 5efbd14 commit c8806e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/update_dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash


if [ -z "$GITHUB_ACTION" ]; then
if [ -n "$GITHUB_ACTION" ]; then
echo "This step is intended to be run from Github Actions"
pip install pipenv
rm Pipfile.lock
Expand All @@ -13,7 +13,7 @@ fi

if [[ -n $VIRTUAL_ENV ]]; then
echo "Pipenv shell is activated and ready for updates"

rm Pipfile.lock
pipenv install --dev
pipenv sync
echo "Updated dependencies for: `which python`"
Expand Down

0 comments on commit c8806e1

Please sign in to comment.