Skip to content

Commit 2ab5633

Browse files
committed
build: remove 'docs' tox environment from ci workflow
1 parent b83c5eb commit 2ab5633

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
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
os: [ubuntu-latest]
1717
python-version: ["3.11", "3.12"]
18-
toxenv: [quality, docs, pii_check, django42, django52]
18+
toxenv: [quality, pii_check, django42, django52]
1919
steps:
2020
- uses: actions/checkout@v5
2121
- name: setup python

0 commit comments

Comments
 (0)