File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -105,8 +105,6 @@ jobs:
105105 needs : [ smoke-tests ]
106106 runs-on : ubuntu-latest
107107 steps :
108- - name : Install system dependencies
109- run : sudo apt install libegl1 libxcb-cursor0 libsm6 libxext6 libxcb-xinerama0 -y
110108 - name : Restore images cache
111109 uses : actions/cache@v4
112110 with :
Original file line number Diff line number Diff line change 1+ fix: Changelog links
Original file line number Diff line number Diff line change @@ -39,8 +39,6 @@ tests = [
3939 " pytest-pyvista==0.1.9" ,
4040 " pytest-cov==6.0.0" ,
4141 " pyside6==6.8.1" ,
42- " pyvistaqt==0.11.1,<1" ,
43- " pytest-qt"
4442]
4543
4644doc = [
@@ -116,8 +114,8 @@ filename = "CHANGELOG.md"
116114start_string = " <!-- towncrier release notes start -->\n "
117115underlines = [" " , " " , " " ]
118116template = " doc/changelog.d/changelog_template.jinja"
119- title_format = " `{version} < https://github.com/ansys/ansys-tools-visualization-interface/releases/tag/v{version}>`_ - {project_date}"
120- issue_format = " `#{issue} < https://github.com/ansys/ansys-tools-visualization-interface/pull/{issue}>`_ "
117+ title_format = " `[ {version}]( https://github.com/ansys/ansys-tools-visualization-interface/releases/tag/v{version}) - {project_date}"
118+ issue_format = " `[ #{issue}]( https://github.com/ansys/ansys-tools-visualization-interface/pull/{issue}) "
121119
122120[[tool .towncrier .type ]]
123121directory = " added"
You can’t perform that action at this time.
0 commit comments