Skip to content

Commit a24855f

Browse files
committed
ci(release): install bluez for release
1 parent b0bf49a commit a24855f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,11 @@ jobs:
6666

6767
- name: Install dependencies
6868
run: |
69+
sudo apt-get install bluez
6970
python -m pip install --upgrade pip
70-
pip install setuptools wheel twine bluepy
71+
pip install setuptools wheel twine
72+
pip install -r requirements.txt
73+
7174
7275
- name: Set version
7376
env:

0 commit comments

Comments
 (0)