Skip to content

Bump okdata-sdk

Bump okdata-sdk #662

name: Run Tests
on:
pull_request:
push:
branches: main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0
with:
python-version: ${{ matrix.python }}
- name: Install dependencies
run: pip install tox
- name: Test with tox
run: tox -e py,flake8,black