mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-05-07 13:37:49 +00:00
install missing stuff via sudo
This commit is contained in:
parent
99be71263a
commit
86bccff9ce
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
default: install test
|
||||
|
||||
install:
|
||||
pip3 install -r requirements.txt
|
||||
sudo -H pip3 install -r requirements.txt
|
||||
|
||||
test:
|
||||
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
|
||||
|
||||
install:
|
||||
pip3 install -r HIL/requirements.txt
|
||||
sudo -H pip3 install -r HIL/requirements.txt
|
||||
|
||||
test:
|
||||
ESP_PORT=/dev/ttyUSB0 ESP_CONFIG_PATH=data ESP_CONFIG_FILE=is-cfg.json PYTHONPATH=. pytest HIL_tests -v --log-cli-level=INFO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue