Skip to content

Commit

Permalink
Remove docs build from tox / gh actions (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
protoroto authored Jan 15, 2025
1 parent eeb1392 commit 126db1b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
python-version: ["3.11.x"]
toxenv: [ruff, isort, black, pypi-description, docs, towncrier]
toxenv: [ruff, isort, black, pypi-description, towncrier]
steps:
- uses: actions/checkout@v3
with:
Expand Down
1 change: 1 addition & 0 deletions changes/56.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove docs build from tox / gh actions
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
envlist =
black
blacken
docs
isort
isort_format
ruff
Expand Down

0 comments on commit 126db1b

Please sign in to comment.