Skip to content

Remove the external client report #359

Remove the external client report

Remove the external client report #359

Workflow file for this run

name: PR Tests
on:
pull_request:
paths-ignore:
- '**/*.md'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- name: Set up Python 3.11
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0
with:
python-version: '3.11'
- name: Install dependencies
run: pip install tox
- name: Test with tox
run: tox -e py,flake8,black