Skip to content

build: Update dependencies to temporarily use the GitHub repo for tm_data_types #3

build: Update dependencies to temporarily use the GitHub repo for tm_data_types

build: Update dependencies to temporarily use the GitHub repo for tm_data_types #3

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"]' # TODO: add "doctests" environment