Fix build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nicolas Duhamel 2021-07-21 11:25:55 +02:00
parent de3c9d51b2
commit 0013a63909

View File

@ -7,7 +7,7 @@ steps:
image: python image: python
commands: commands:
- apt-get update - apt-get update
- apt-get install python-systemd python3-systemd libsystemd-dev - apt-get -y install python-systemd python3-systemd libsystemd-dev
- pip install pex - pip install pex
- pip install . - pip install .
- pex ./ -m yamaha2mqtt -o yamaha2mqtt.pex - pex ./ -m yamaha2mqtt -o yamaha2mqtt.pex