Skip to content

Bump sphinx from 6.2.1 to 8.1.3 (#60) #427

Bump sphinx from 6.2.1 to 8.1.3 (#60)

Bump sphinx from 6.2.1 to 8.1.3 (#60) #427

name: Unit Tests - Ubuntu
on: [ push ]
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip install .[test]
- name: Run unit tests
run: |
./ci/run_tests.sh