Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 2dcca30

Browse files
committed
fix: remove django32 from targets
1 parent 5dcbf66 commit 2dcca30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- ubuntu-20.04
1919
python-version:
2020
- 3.8
21-
targets: [ 'django32','quality','main.test','docs' ]
21+
targets: [ 'quality','main.test','docs' ]
2222

2323
steps:
2424
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)