Skip to content

Commit

Permalink
remove call to python dotenv inside gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchrisadams committed May 10, 2024
1 parent 3cf1de6 commit b933743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tasks:
cp ./.env.gitpod ./.env
mysqladmin create greencheck
source .venv/bin/activate
dotenv run -- python -m pip install -r requirements/requirements.linux.generated.txt
python -m pip install -r requirements/requirements.linux.generated.txt
dotenv run -- ./manage.py migrate
dotenv run -- ./manage.py tailwind install
dotenv run -- ./manage.py tailwind build
Expand Down

0 comments on commit b933743

Please sign in to comment.