Skip to content

handle error in finding cpu info #17 #55

handle error in finding cpu info #17

handle error in finding cpu info #17 #55

Workflow file for this run

name: Tests
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.10.8'
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run tests
run: pytest
- name: Run mypy
run: mypy src/