Skip to content

Commit

Permalink
movred python vresion to 3.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alesanchezr committed Jul 25, 2024
1 parent 41b2bb2 commit 9127294
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ ports:
tasks:
- command: redis-server
- init: |
python -m scripts.install
pyenv global 3.12.2 &&
python -m scripts.install &&
gp sync-done deps
command: pipenv run celery
command: pyenv global 3.12.2 && pipenv run celery
- init: gp sync-await deps
command: >
pyenv global 3.12.2 &&
(psql -U gitpod -c 'CREATE DATABASE breathecode;' || true) &&
(psql -U gitpod -c 'CREATE EXTENSION unaccent;' -d breathecode || true) &&
pipenv run migrate &&
Expand Down

0 comments on commit 9127294

Please sign in to comment.