Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: exclude linting dependencies from the unittest environment. #8861

Merged
Prev Previous commit
Next Next commit
Finding tox: activate venv.
  • Loading branch information
mbyrnepr2 committed Jul 20, 2023
commit c6de6ba40a3cefc507ca0c2591c12cc0d674f2f3
1 change: 1 addition & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 176,7 @@ jobs:
needs.prepare-base.outputs.python-key }}
- name: Run checks on documentation code examples
run: |
. venv/bin/activate
tox -e test_doc
- name: Check documentation build and links
run: |
Expand Down