mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
install missing stuff via sudo
This commit is contained in:
parent
99be71263a
commit
86bccff9ce
|
|
@ -3,7 +3,7 @@
|
||||||
default: install test
|
default: install test
|
||||||
|
|
||||||
install:
|
install:
|
||||||
pip3 install -r requirements.txt
|
sudo -H pip3 install -r requirements.txt
|
||||||
|
|
||||||
test:
|
test:
|
||||||
ESP_PORT=/dev/ttyUSB0 ESP_CONFIG_PATH=testconfig ESP_CONFIG_FILE=testconfig.json pytest tests -v --log-cli-level=INFO
|
ESP_PORT=/dev/ttyUSB0 ESP_CONFIG_PATH=testconfig ESP_CONFIG_FILE=testconfig.json pytest tests -v --log-cli-level=INFO
|
||||||
|
|
|
||||||
2
Makefile
2
Makefile
|
|
@ -3,7 +3,7 @@
|
||||||
default: install test
|
default: install test
|
||||||
|
|
||||||
install:
|
install:
|
||||||
pip3 install -r HIL/requirements.txt
|
sudo -H pip3 install -r HIL/requirements.txt
|
||||||
|
|
||||||
test:
|
test:
|
||||||
ESP_PORT=/dev/ttyUSB0 ESP_CONFIG_PATH=data ESP_CONFIG_FILE=is-cfg.json PYTHONPATH=. pytest HIL_tests -v --log-cli-level=INFO
|
ESP_PORT=/dev/ttyUSB0 ESP_CONFIG_PATH=data ESP_CONFIG_FILE=is-cfg.json PYTHONPATH=. pytest HIL_tests -v --log-cli-level=INFO
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue