.gitlab-ci.yml: Add netifaces depedency for pytest examples

This commit is contained in:
Harshit Malpani
2022-05-18 18:09:08 +05:30
parent 767125a051
commit 9e5a97c23f

View File

@@ -219,6 +219,7 @@ before_script:
pytest-rerunfailures pytest-rerunfailures
scapy scapy
websocket-client websocket-client
netifaces
-r tools/esp_prov/requirements.txt -r tools/esp_prov/requirements.txt
- export EXTRA_CFLAGS=${PEDANTIC_CFLAGS} - export EXTRA_CFLAGS=${PEDANTIC_CFLAGS}
- export EXTRA_CXXFLAGS=${PEDANTIC_CXXFLAGS} - export EXTRA_CXXFLAGS=${PEDANTIC_CXXFLAGS}