Skip to content

Fixing three subtle bugs with numerics in problem files. #363

Fixing three subtle bugs with numerics in problem files.

Fixing three subtle bugs with numerics in problem files. #363

Workflow file for this run

name: docs
on:
push:
branches:
- main
pull_request:
jobs:
run:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.8"]
timeout-minutes: 30
steps:
- uses: actions/checkout@main
- uses: actions/setup-python@main
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip install "tox>=4.5.1,<4.6.0"
- name: Generate Documentation
run: tox -e docs