Skip to content

fix: return UTC-aware datetimes for all SDK timestamps #37

fix: return UTC-aware datetimes for all SDK timestamps

fix: return UTC-aware datetimes for all SDK timestamps #37

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