mirror of https://github.com/snachodog/mybuddy.git
[skip-ci] Run python in pipenv
This commit is contained in:
parent
4cd93f9920
commit
dc14356ab7
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: Install Railway CLI
|
||||
run: npm i -g @railway/cli
|
||||
- name: Reset demo database
|
||||
run: npx railway run python manage.py reset --no-input
|
||||
run: npx railway run pipenv run python manage.py reset --no-input
|
||||
env:
|
||||
DJANGO_SETTINGS_MODULE: babybuddy.settings.railway
|
||||
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue