mirror of
https://github.com/gyptazy/ProxLB.git
synced 2026-04-06 04:41:58 +02:00
fix
This commit is contained in:
2
.github/workflows/10-code-liniting.yml
vendored
2
.github/workflows/10-code-liniting.yml
vendored
@@ -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: |
|
||||
|
||||
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user