Home
last modified time | relevance | path

Searched full:scripts (Results 1 – 2 of 2) sorted by relevance

/hal_gigadevice-latest/.github/workflows/
Dtest.yml24 pip3 install -r scripts/requirements.txt
25 pip3 install -r scripts/requirements-test.txt
26 pip3 install -r scripts/requirements-dev.txt
27 - name: lint scripts
28 run: flake8 --config scripts/.flake8 scripts
31 pytest scripts/tests \
32 --cov=scripts \
33 --cov-config scripts/.coveragerc \
/hal_gigadevice-latest/scripts/
DREADME.md1 # hal_gigadevice scripts
3 This folder contains `hal_gigadevice` scripts.
7 Scripts require Python 3.6+ and the Python dependencies listed in
11 pip install -r scripts/requirements.txt
16 Scripts should be formatted using `black` and linted using `flake8`.
21 pip install -r scripts/requirements-dev.txt
30 pip install -r scripts/requirements-test.txt