mirror of
https://github.com/jazzband/django-fernet-encrypted-fields.git
synced 2026-03-16 22:40:27 +00:00
install encrypted_fields before testing it
This commit is contained in:
parent
a0a8631e14
commit
5a2e5d7641
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint-and-test.yml
vendored
2
.github/workflows/lint-and-test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue