Skip to content

Commit

Permalink
Merge branch 'main' into fix/add-code-style
Browse files Browse the repository at this point in the history
  • Loading branch information
Revathyvenugopal162 authored May 21, 2024
2 parents 3517984 + ea1cc58 commit 28ae2df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/changelog.d/474.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
maint: bump main dev version
1 change: 1 addition & 0 deletions doc/changelog.d/480.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix: run tests with specified python-version in CI
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "ansys-templates"
version = "1.8.0"
version = "2.2.dev0"
description = "Creates Python projects according to PyAnsys guidelines"
readme = "README.rst"
requires-python = ">=3.9,<4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
uses: ansys/actions/tests-pytest@v6
with:
pytest-extra-args: "--cov=ansys --cov-report=term --cov-report=html:.cov/html"
python-version: {{ '${{ matrix.python-version }}' }}

- name: Upload coverage results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 28ae2df

Please sign in to comment.