We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0bf49a commit a24855fCopy full SHA for a24855f
.github/workflows/release.yml
@@ -66,8 +66,11 @@ jobs:
66
67
- name: Install dependencies
68
run: |
69
+ sudo apt-get install bluez
70
python -m pip install --upgrade pip
- pip install setuptools wheel twine bluepy
71
+ pip install setuptools wheel twine
72
+ pip install -r requirements.txt
73
+
74
75
- name: Set version
76
env:
0 commit comments