Commit 75161b5 pre-commit fix Vito Zanotelli
committed
1 parent 2df6adf commit 75161b5 Copy full SHA for 75161b5
File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 30
30
- name : Install dependencies
31
31
run : |
32
32
sudo apt-get update
33
- sudo apt-get install -y libasound2-dev pulseaudio
33
+ sudo apt-get install -y libasound2-dev pulseaudio libzmq3-dev
34
34
python3 -m pip install --upgrade pip
35
35
pip3 install -r requirements.txt
36
36
# For operation of the Jukebox, ZMQ must be compiled from sources due to Websocket support
39
39
pip3 install -r src/jukebox/components/rfid/hardware/pn532_i2c_py532/requirements.txt
40
40
pip3 install -r src/jukebox/components/rfid/hardware/rdm6300_serial/requirements.txt
41
41
pip3 install -r src/jukebox/components/rfid/hardware/rc522_spi/requirements.txt
42
+ ZMQ_DRAFT_API=1 ZMQPREFIX="/usr/local" pip3 install --no-binary=:all: --break-system-packages pyzmq
43
+
42
44
- name : Run pytest with coverage
43
45
run : |
44
46
./run_pytest.sh --cov --cov-report xml --cov-config=.coveragerc
You can’t perform that action at this time.
0 commit comments