workflows: remove unspecified python version

Doing `apt-get install python` without a version number raises:
```
    Package python is not available, but is referred to by another package.
```

Since python3 is already on the list, I just removed it.
This commit is contained in:
Michael Schmoock
2022-12-27 17:19:50 +01:00
committed by Christian Decker
parent 6ab4d35003
commit 4b28f44f53

View File

@@ -57,7 +57,6 @@ jobs:
libsqlite3-dev \
net-tools \
postgresql \
python \
python3 \
python3-pip \
zlib1g-dev