Skip to content

Commit

Permalink
Remove linkcheck step from Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
bskinn committed Dec 10, 2024
1 parent 5f20248 commit a7cb210
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,32 +198,6 @@ stages:
displayName: Run README doctests


- job: linkcheck
displayName: Run docs link-check suite

pool:
vmImage: 'Ubuntu-latest'

steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.12'

- task: Cache@2
inputs:
key: 'pip | "$(Agent.OS)" | requirements-dev.txt | requirements-flake8.txt'
restoreKeys: |
pip | "$(Agent.OS)"
path: $(pip_cache_dir)
displayName: Cache pip

- script: pip install . -r requirements-rtd.txt
displayName: Install doc requirements and local project

- script: cd doc; make linkcheck
displayName: Run link check


- job: testdir_coverage
displayName: Confirm all test code was executed

Expand Down

0 comments on commit a7cb210

Please sign in to comment.