Skip to content

Bump mkdocs-material from 9.4.10 to 9.4.11 #36

Bump mkdocs-material from 9.4.10 to 9.4.11

Bump mkdocs-material from 9.4.10 to 9.4.11 #36

Workflow file for this run

name: Install
on: [push, pull_request]
jobs:
install:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install
run: |
python -m pip install --upgrade pip
pip install . --no-cache-dir