fix ci configs

This commit is contained in:
Remy Moll 2024-08-12 12:48:02 +02:00
parent acc7631c55
commit ad72d104a0
2 changed files with 2 additions and 0 deletions

@ -18,6 +18,7 @@ jobs:
- name: Install dependencies
run: |
apt-get update && apt-get install -y python3 python3-pip
pip install pipenv
# only install dev-packages
pipenv install --categories=dev-packages
working-directory: backend

@ -18,6 +18,7 @@ jobs:
- name: Install dependencies
run: |
apt-get update && apt-get install -y python3 python3-pip
pip install pipenv
# install all packages, including dev-packages
pipenv install --dev
working-directory: backend