Skip to content

feat: new side-hinge box #119

feat: new side-hinge box

feat: new side-hinge box #119

Workflow file for this run

on:
pull_request:
jobs:
main:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [ "3.8", "3.12" ] # Lowest and highest.
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: "pip" # caching pip dependencies
- run: pip install -r requirements.txt
- run: pip install -r requirements_dev.txt
- uses: pre-commit/[email protected]