Skip to content

Commit 5a2e5d7

Browse files
committed
install encrypted_fields before testing it
1 parent a0a8631 commit 5a2e5d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install dependencies
4949
run: |
5050
python -m pip install --upgrade pip
51-
pip install --group dev
51+
pip install --group dev .
5252
pip install -q Django~=${{ matrix.django_version }}
5353
5454
- name: Run tests

0 commit comments

Comments
 (0)