Skip to content

Commit

Permalink
Merge branch 'main' into release/0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Jul 19, 2023
2 parents 4e358c8 + 443c014 commit 54e895a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ repos:

# this validates our github workflow files
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.2
rev: 0.23.3
hooks:
- id: check-github-workflows
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tests = [
"appdirs==1.4.4",
"requests==2.31.0",
"PySide6==6.5.1.1",
"ansys-tools-path==0.2.6",
"ansys-tools-path==0.3.1",
"pytest==7.4.0",
"pytest-cov==4.1.0",
"pytest-qt==4.2.0",
Expand All @@ -61,7 +61,7 @@ freeze = [
"appdirs==1.4.4",
"requests==2.31.0",
"PySide6==6.5.1.1",
"ansys-tools-path==0.2.6",
"ansys-tools-path==0.3.1",
]

[tool.flit.module]
Expand Down
2 changes: 2 additions & 0 deletions src/ansys/tools/installer/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"PyDPF-Core": "https://dpf.docs.pyansys.com",
"PyDPF-Post": "https://post.docs.pyansys.com",
"PyDPF Composites": "https://composites.dpf.docs.pyansys.com",
"PyDynamicReporting": "https://dynamicreporting.docs.pyansys.com",
"PyFluent": "https://fluent.docs.pyansys.com",
"PyFluent-Parametric": "https://parametric.fluent.docs.pyansys.com",
"PyFluent-Visualization": "https://visualization.fluent.docs.pyansys.com",
Expand All @@ -93,6 +94,7 @@
"PyDPF-Core": "ansys-dpf-core",
"PyDPF-Post": "ansys-dpf-post",
"PyDPF Composites": "ansys-dpf-composites",
"PyDynamicReporting": "ansys-dynamicreporting-core",
"PyFluent": "ansys-fluent-core",
"PyFluent-Parametric": "ansys-fluent-parametric",
"PyFluent-Visualization": "ansys-fluent-visualization",
Expand Down

0 comments on commit 54e895a

Please sign in to comment.