Skip to content

set complient setup version #40

set complient setup version

set complient setup version #40

Workflow file for this run

name: Tox
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.7'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
- name: Test with pytest
run: |
tox