Skip to content

Commit

Permalink
Add just to gitpod as alternative to make
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchrisadams committed Nov 4, 2024
1 parent d08140d commit 023e7a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tasks:
# set up python dependencies and database
- name: main terminal
init: |
curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /home/gitpod/.local/bin/
cp ./.env.gitpod ./.env
python -m venv .venv
source .venv/bin/activate
Expand Down

0 comments on commit 023e7a5

Please sign in to comment.