mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-25 08:54:20 +01:00
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:
committed by
Christian Decker
parent
6ab4d35003
commit
4b28f44f53
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -57,7 +57,6 @@ jobs:
|
||||
libsqlite3-dev \
|
||||
net-tools \
|
||||
postgresql \
|
||||
python \
|
||||
python3 \
|
||||
python3-pip \
|
||||
zlib1g-dev
|
||||
|
||||
Reference in New Issue
Block a user