install encrypted_fields before testing it

This commit is contained in:
David Paul Graham 2026-03-14 08:36:01 -04:00
parent a0a8631e14
commit 5a2e5d7641
No known key found for this signature in database
GPG key ID: ACDB045B782EF333

View file

@ -48,7 +48,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --group dev
pip install --group dev .
pip install -q Django~=${{ matrix.django_version }}
- name: Run tests