Skip to content

Updated version number for 3.5.3 #28

Updated version number for 3.5.3

Updated version number for 3.5.3 #28

Workflow file for this run

name: Tests
on:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
container:
image: cubertgmbh/cuvis_pyil:3.5.3-ubuntu24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install test dependencies
run: python3 -m pip install -e ".[test]"
- name: Run tests
run: pytest