Skip to content

Commit

Permalink
fix version in gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed Sep 5, 2024
1 parent b7de8de commit bee489f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ ports:
tasks:
- command: redis-server
- init: |
pyenv global 3.12.2 &&
pyenv global 3.12.3 &&
python -m scripts.install &&
gp sync-done deps
command: pyenv global 3.12.2 && pipenv run celery
command: pyenv global 3.12.3 && pipenv run celery
- init: gp sync-await deps
command: >
pyenv global 3.12.2 &&
pyenv global 3.12.3 &&
(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 bee489f

Please sign in to comment.