Skip to content

Bump ws from 7.5.9 to 7.5.10 #82

Bump ws from 7.5.9 to 7.5.10

Bump ws from 7.5.9 to 7.5.10 #82

Workflow file for this run

name: PR Tests
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: '3.11'
- name: Install dependencies
run: pip install tox
- name: Test with tox
run: tox -e py,flake8,black