Skip to content

Commit

Permalink
fix: updated required ansys-sphinx-theme version, bump version 0.9.1 (#…
Browse files Browse the repository at this point in the history
…497)

Co-authored-by: Federico Negri <[email protected]>
  • Loading branch information
moe-ad and FedericoNegri authored Nov 25, 2024
1 parent f637726 commit fdb3b2f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
inputs:
hps-version:
description: HPS version to test against
default: 'latest-dev'
default: 'v1.1.0'
type: choice
options:
- 'v1.0.2'
- 'v1.0.3'
- 'v1.1.0'
- 'latest-dev'

pull_request:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: PyAnsys documentation style checks
uses: ansys/actions/doc-style@v7
uses: ansys/actions/doc-style@v8
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -56,7 +56,7 @@ jobs:
python-version: ${{ matrix.cfg.python-version }}
toxenv: ${{ matrix.cfg.toxenv }}
runner: ${{ matrix.os }}
hps-version: ${{ inputs.hps-version || 'latest-dev' }}
hps-version: ${{ inputs.hps-version || 'v1.1.0' }}

docs:
name: Documentation
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
inputs:
hps-version:
description: HPS version to test against
default: 'latest-dev'
default: 'v1.1.0'
type: choice
options:
- 'v1.0.2'
- 'v1.0.3'
- 'v1.1.0'
- 'latest-dev'

schedule:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: PyAnsys documentation style checks
uses: ansys/actions/doc-style@v7
uses: ansys/actions/doc-style@v8
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -65,7 +65,7 @@ jobs:
python-version: ${{ matrix.cfg.python-version }}
toxenv: ${{ matrix.cfg.toxenv }}
runner: ${{ matrix.os }}
hps-version: ${{ inputs.hps-version || 'latest-dev' }}
hps-version: ${{ inputs.hps-version || 'v1.1.0' }}

smoke-tests:
name: Build and Smoke tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
hps-version:
description: HPS version to test against
type: string
default: 'latest-dev'
default: 'v1.1.0'

jobs:

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
[project]
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
name = "ansys-hps-client"
version = "0.9.0"
version = "0.9.1"
description = "A python client for Ansys HPC Platform Services"
readme = "README.rst"
requires-python = ">=3.9,<4.0"
Expand Down Expand Up @@ -42,7 +42,7 @@ tests = [
]

doc = [
"ansys-sphinx-theme==1.0.7",
"ansys-sphinx-theme==1.2.1",
"autodoc_pydantic==2.1.0",
"jupyter_sphinx==0.5.3",
"nbsphinx==0.9.5",
Expand Down

0 comments on commit fdb3b2f

Please sign in to comment.