Skip to content

added and fixed typehints and removed unused functions from TiraClien… #379

added and fixed typehints and removed unused functions from TiraClien…

added and fixed typehints and removed unused functions from TiraClien… #379

name: Test Python Client on Many Python Versions
on: [push]
jobs:
image:
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build Image
run: |
cd python-client
pip3 install twine coverage-badge python-terrier coverage ir_datasets pytest docker approvaltests
echo running on branch ${GITHUB_REF##*/}
pytest