Skip to content

Commit b3a6455

Browse files
committed
try fix for sudden tests CI bug that appeared out of nowhere when it was clearly working and nothing changed (cctf)
1 parent 3af1d0c commit b3a6455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Install dev dependencies
2828
run: |
29-
sudo apt install build-essential libpython3-dev libdbus-1-dev
29+
sudo apt install build-essential
3030
pip install -r requirements-dev.txt
3131
3232
#- name: Install dev dependencies

0 commit comments

Comments
 (0)