Skip to content

document how to create requirements.txt #257

document how to create requirements.txt

document how to create requirements.txt #257

Workflow file for this run

name: Tockloader Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install dependencies
run: |
python setup.py install
- name: Run basic commands
run: |
tockloader --version
tockloader list-known-boards