Skip to content

v1.1 workflow and small bugfix #7

v1.1 workflow and small bugfix

v1.1 workflow and small bugfix #7

Workflow file for this run

name: standard tests
on:
pull_request:
push:
branches: [main, development]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]
installation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install dependencies
run: |
pip install -e .