Skip to content

python-deps(deps-dev): update pyright requirement from 1.1.386 to 1.1.387 in the python-dependencies group #110

python-deps(deps-dev): update pyright requirement from 1.1.386 to 1.1.387 in the python-dependencies group

python-deps(deps-dev): update pyright requirement from 1.1.386 to 1.1.387 in the python-dependencies group #110

Workflow file for this run

---
name: Test docs
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
test-docs:
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected]
with:
node-version: 20 # The node version needs to stay in sync with .readthedocs.yml
python-version: '3.11' # This needs to stay in sync with .readthedocs.yml and the tox config in pyproject.toml
tox-env-array: '["docs", "doctests"]'