Skip to content

style(SimLogger): change Sim_Logger to SimLogger in all locations, el… #3

style(SimLogger): change Sim_Logger to SimLogger in all locations, el…

style(SimLogger): change Sim_Logger to SimLogger in all locations, el… #3

Workflow file for this run

name: tests
on:
push:
workflow_dispatch:
jobs:
build-tests:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Install python and dependencies
uses: actions/setup-python@v4
with:
python-version: '3.13'
cache: 'pip'
- run: pip install -r requirements.txt
- name: Run tests
run: pytest