Skip to content

Analysis of characterisic times #28

Analysis of characterisic times

Analysis of characterisic times #28

name: Continous integration
on: [push]
jobs:
Run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.11'
- name: Run tests
run: |
pip install --upgrade pip
pip install -r requirements.txt
nose2 tests