Skip to content

Commit 90116b0

Browse files
committed
ci: update docs workflow
1 parent f06a87a commit 90116b0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
docs-quality:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
17-
- uses: actions/setup-python@v5
16+
- uses: actions/checkout@v6
17+
- uses: actions/setup-python@v6
1818
with:
1919
python-version: '3.12'
2020
- name: Verify repository structure
2121
run: python scripts/verify_repo.py
2222
- name: Run structure tests
23-
run: python -m pytest tests
23+
run: python -m unittest discover tests

0 commit comments

Comments
 (0)