fix ci configs
Some checks failed
Build and release APK / Build APK (pull_request) Has been cancelled
Build and push docker image / Build (pull_request) Has been cancelled
Run linting on the backend code / Build (pull_request) Failing after 45s

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

View File

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

View File

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