ci: Only install the dev dev-dependencies group for testing

This commit is contained in:
Adam Goldsmith 2024-04-30 00:33:30 -04:00
parent f8a4b425af
commit 59cade1cfd

View File

@ -28,6 +28,6 @@ jobs:
sudo apt-get update && sudo apt-get update &&
sudo apt-get -y install build-essential python3-dev libldap2-dev libsasl2-dev mariadb-client sudo apt-get -y install build-essential python3-dev libldap2-dev libsasl2-dev mariadb-client
- name: Install python dependencies - name: Install python dependencies
run: pdm sync -d run: pdm sync -d -G dev
- name: Run tests - name: Run tests
run: pdm run -v ./manage.py test run: pdm run -v ./manage.py test