Skip to content

DMS - A proposal and implementation of a design change to address many open issues #437

DMS - A proposal and implementation of a design change to address many open issues

DMS - A proposal and implementation of a design change to address many open issues #437

Workflow file for this run

name: CILint
on:
push:
branches:
- "master"
pull_request:
jobs:
unit_tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11"]
steps:
- uses: actions/checkout@v3
- name: Python${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install
run: |
python -m pip install --upgrade pip
python -m pip install tox
- name: Tox
run: |
tox