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 23e4b09 commit b4d53d5Copy full SHA for b4d53d5
.github/workflows/Pipeline.yml
@@ -101,6 +101,7 @@ jobs:
101
document: 'The PoC-Library'
102
latex_artifact: 'PoC-LaTeX'
103
pdf_artifact: 'PoC-PDF'
104
+ can-fail: 'true'
105
106
PublishToGitHubPages:
107
uses: pyTooling/Actions/.github/workflows/PublishToGitHubPages.yml@r5
docs/requirements.txt
@@ -20,6 +20,6 @@ sphinx_design ~= 0.6.1
20
sphinx-copybutton >= 0.5.2
21
sphinx_autodoc_typehints ~= 3.1
22
sphinx_reports ~= 0.9
23
-pyedaa.osvvm ~= 0.6
+pyedaa.osvvm ~= 0.5
24
25
sphinxcontrib-wavedrom ~= 3.0
0 commit comments