Skip to content

Support arbitrary equality on arbitrary strings for Specifier and `… #710

Support arbitrary equality on arbitrary strings for Specifier and `…

Support arbitrary equality on arbitrary strings for Specifier and `… #710

Workflow file for this run

name: Documentation
on:
pull_request:
paths:
- ".github/workflows/docs.yml"
- "docs/**"
- "src/**"
push:
paths:
- ".github/workflows/docs.yml"
- "docs/**"
- "src/**"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
env:
FORCE_COLOR: 1
jobs:
docs:
name: nox -s docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
name: Install Python
with:
python-version: "3.9"
cache: "pip"
- name: Build documentation
run: pipx run nox --error-on-missing-interpreters -s docs