This commit is contained in:
gyptazy
2025-03-01 12:15:06 +01:00
parent 66b7e58bdc
commit b12cb96b29
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install additional dependencies for code linting
run: |
apt-get update
sudo apt-get update
sudo apt-get -y install python3-pycodestyle pycodestyle
- name: Run code linting on ProxLB Python code
run: |

View File

@@ -14,7 +14,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install additional dependencies for creating Debian packages
run: |
apt-get update
sudo apt-get update
sudo apt-get -y install python3-setuptools python3-stdeb debhelper dh-python
- name: Create Debian package
run: |