Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Update dependency pytest to ~=7.4.2 #25

Update dependency pytest to ~=7.4.2

Update dependency pytest to ~=7.4.2 #25

Workflow file for this run

name: Test Python Client
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8.x, 3.9.x, 3.10.x, 3.11.x]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Run pytest
run: |
python setup.py test