ci: Only install the dev
dev-dependencies group for testing
This commit is contained in:
parent
f8a4b425af
commit
59cade1cfd
@ -28,6 +28,6 @@ jobs:
|
||||
sudo apt-get update &&
|
||||
sudo apt-get -y install build-essential python3-dev libldap2-dev libsasl2-dev mariadb-client
|
||||
- name: Install python dependencies
|
||||
run: pdm sync -d
|
||||
run: pdm sync -d -G dev
|
||||
- name: Run tests
|
||||
run: pdm run -v ./manage.py test
|
||||
|
Loading…
Reference in New Issue
Block a user