Skip to content

fix a issue with boolean defaults in gen_fw_files script #36

fix a issue with boolean defaults in gen_fw_files script

fix a issue with boolean defaults in gen_fw_files script #36

Workflow file for this run

name: tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: "3.9"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Test with Python's unittest
run: python -m unittest
- name: Test building pypi package
run: python -m build