[skip-ci] Run python in pipenv

This commit is contained in:
Christopher C. Wells 2022-06-02 11:41:30 -07:00
parent 4cd93f9920
commit dc14356ab7
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}