Skip to content

build(deps): bump urllib3 from 2.5.0 to 2.6.0 #63

build(deps): bump urllib3 from 2.5.0 to 2.6.0

build(deps): bump urllib3 from 2.5.0 to 2.6.0 #63

Workflow file for this run

name: Build docs
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: 3.12
architecture: x64
cache: 'pip'
- run: pip install -r requirements.txt
- run: cd documentation; make html