Skip to content

chore(python-deps): update dependency keyring to v25 in all dependant actions #564

chore(python-deps): update dependency keyring to v25 in all dependant actions

chore(python-deps): update dependency keyring to v25 in all dependant actions #564

Workflow file for this run

---
name: Test docs
on:
push:
branches: [main]
merge_group:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
test-docs:
uses: ./.github/workflows/_reusable-test-docs.yml
with:
node-version: 20 # The node version needs to stay in sync with .readthedocs.yml
python-version: '3.12' # this needs to match the [tool.poetry.dependencies.python] version in the pyproject.toml file and stay in sync with .readthedocs.yml
tox-env-array: '["docs", "doctests"]'