We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127f753 commit 26275d9Copy full SHA for 26275d9
1 file changed
.github/workflows/python-test.yml
@@ -21,6 +21,7 @@ jobs:
21
python-version: ${{ matrix.python-version }}
22
- name: Install dependencies
23
run: |
24
+ sudo apt-get update
25
sudo apt-get install python-bluetooth -qq -y
26
python -m pip install --upgrade pip
27
python -m pip install pytest pyserial==3.1.1 coveralls
0 commit comments