Skip to content

REL: local ip for online monitor + catching KeyboardInterrupt #6

REL: local ip for online monitor + catching KeyboardInterrupt

REL: local ip for online monitor + catching KeyboardInterrupt #6

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 .