blob: c03866026ac0f7677cf1520e55c667ba059c6c33 [file] [log] [blame]
version: 2
jobs:
python2.7:
machine:
image: ubuntu-2004:202101-01
resource_class: arm.medium
steps:
- checkout
- run: python run.py deps
- run: python run.py ci-driver
python3.9:
machine:
image: ubuntu-2004:202101-01
resource_class: arm.medium
steps:
- checkout
- run: python run.py deps
- run: python3 run.py ci-driver
workflows:
version: 2
arm64:
jobs:
- python2.7
- python3.9