We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f06a87a commit 90116b0Copy full SHA for 90116b0
1 file changed
.github/workflows/ci-docs.yml
@@ -13,11 +13,11 @@ jobs:
13
docs-quality:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v4
17
- - uses: actions/setup-python@v5
+ - uses: actions/checkout@v6
+ - uses: actions/setup-python@v6
18
with:
19
python-version: '3.12'
20
- name: Verify repository structure
21
run: python scripts/verify_repo.py
22
- name: Run structure tests
23
- run: python -m pytest tests
+ run: python -m unittest discover tests
0 commit comments