mirror of
https://gitlab.com/skobkin/home-assistant-config.git
synced 2024-11-14 00:23:05 +00:00
Solving libudev-dev package installation problem.
This commit is contained in:
parent
4b50bc5326
commit
f1ac595d2e
|
@ -2,6 +2,7 @@ image: 'python:3.5-slim'
|
|||
|
||||
before_script:
|
||||
- cp ci_secrets.yaml secrets.yaml
|
||||
- apt-get update
|
||||
- apt-get install -y libudev-dev
|
||||
- pip3 install homeassistant
|
||||
# Creating placeholder files
|
||||
|
|
Loading…
Reference in a new issue