Skip to content

Update modules, typing, seperate dcdc-ips #3

Update modules, typing, seperate dcdc-ips

Update modules, typing, seperate dcdc-ips #3

Workflow file for this run

name: Test python-json-logger
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tox:
name: "Python Tox ${{ matrix.os }}"
runs-on: "${{ matrix.os }}"
strategy:
fail-fast: false # allow tests to run on all platforms
matrix:
os:
- ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
- name: Run Tox
run: tox