Skip to content

Commit

Permalink
Doc tests require entire doc group. Gate behind tagged build for now …
Browse files Browse the repository at this point in the history
…(until pytest-sphinx is fixed?).
  • Loading branch information
cr1901 committed Dec 13, 2024
1 parent b4ba265 commit ce4445e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ jobs:
run: |
pdm install -G doc
pdm run doc
pdm run doc-test
- name: Run Pytest/Doc Tests
run: |
pdm test-quick
pdm run doc-test
- name: Check links
continue-on-error: true
run: |
Expand Down
38 changes: 19 additions & 19 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ dev = [
"logLUTs @ git+https://github.com/mattvenn/logLUTs@a7fa902a5f70c7d53a654d850f745e36821fbb78",
"click>=8.1.7",
"pytest-amaranth-sim>=0.1.0",
"sphinx>=7.2.6",
]
examples = [
"amaranth-soc @ git+https://github.com/amaranth-lang/amaranth-soc",
Expand Down

0 comments on commit ce4445e

Please sign in to comment.