Skip to content

Bump urllib3 from 2.3.0 to 2.6.0 #319

Bump urllib3 from 2.3.0 to 2.6.0

Bump urllib3 from 2.3.0 to 2.6.0 #319

Workflow file for this run

name: Link Check
on: [push, pull_request]
jobs:
linkcheck:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: 3.13
architecture: x64
- run: pip install -r requirements.txt
- run: cd ./docs/ && make dirhtml
- run: cd ./docs/ && make linkcheck