Skip to content

chore: ensure Github actions run tests in Python 3.10 and 3.11 #91

chore: ensure Github actions run tests in Python 3.10 and 3.11

chore: ensure Github actions run tests in Python 3.10 and 3.11 #91

Workflow file for this run

name: "Sensenet Tests"
on:
pull_request:
paths-ignore:
- 'docs/**'
workflow_dispatch:
jobs:
sensenet-test:
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.9','3.10','3.11']
env:
TF_CPP_MIN_LOG_LEVEL: 2
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install sensenet
run: |
pip install .
- name: Run sensenet tests
run: |
pytest -sv