Skip to content

Apple automation for bucket list causing abnormal client IO #2598

Apple automation for bucket list causing abnormal client IO

Apple automation for bucket list causing abnormal client IO #2598

Workflow file for this run

name: checks
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
tox:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: pip install tox
- name: Test with tox
run: tox -e py