Skip to content

Commit

Permalink
Exclude linting dependencies from test venvs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbyrnepr2 committed Jul 20, 2023
1 parent c4281bc commit 3824f1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
python -m pip install -U pip setuptools wheel
pip install -U -r requirements_test.txt
pip install -U -r doc/requirements.txt
pip install pre-commit
- name: Generate pre-commit restore key
id: generate-pre-commit-key
run: >-
Expand Down Expand Up @@ -173,11 +174,9 @@ jobs:
key:
${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
needs.prepare-base.outputs.python-key }}
- name: Install tox
run: |
pip install -U tox
- name: Run checks on documentation code examples
run: |
. venv/bin/activate
tox -e test_doc
- name: Check documentation build and links
run: |
Expand Down
1 change: 0 additions & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
-r requirements_test_pre_commit.txt
-r requirements_test_min.txt
coverage~=7.2
tbump~=6.10.0
Expand Down

0 comments on commit 3824f1a

Please sign in to comment.