Skip to content

build: update trame-vtk requirement from <2.10.3 to <2.11.2 in /doc in the docs-deps group #886

build: update trame-vtk requirement from <2.10.3 to <2.11.2 in /doc in the docs-deps group

build: update trame-vtk requirement from <2.10.3 to <2.11.2 in /doc in the docs-deps group #886

Workflow file for this run

name: GitHub CI
on:
pull_request:
workflow_dispatch:
push:
tags:
- "*"
branches:
- main
env:
MAIN_PYTHON_VERSION: '3.12'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
code-style:
name: "Code style checks"
runs-on: ubuntu-latest
steps:
- name: "Run PyAnsys code style checks"
uses: ansys/actions/code-style@v10
with:
python-version: ${{ env.MAIN_PYTHON_VERSION }}