Skip to content

Commit 3939956

Browse files
fix: Changelog links (#212)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent f1c778e commit 3939956

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/ci_cd.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

doc/changelog.d/212.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: Changelog links

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

4644
doc = [
@@ -116,8 +114,8 @@ filename = "CHANGELOG.md"
116114
start_string = "<!-- towncrier release notes start -->\n"
117115
underlines = ["", "", ""]
118116
template = "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]]
123121
directory = "added"

0 commit comments

Comments
 (0)