Skip to content

Merge pull request #12 from tobirohrer/feature/randomize-start-time-step #24

Merge pull request #12 from tobirohrer/feature/randomize-start-time-step

Merge pull request #12 from tobirohrer/feature/randomize-start-time-step #24

Workflow file for this run

name: CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install dependencies
run: pip install .[tests]
- name: Run Tests with pytest
run: pytest ./tests