Skip to content
This repository was archived by the owner on Apr 26, 2021. It is now read-only.

Commit cab0506

Browse files
committed
update lib
1 parent 2c2053c commit cab0506

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
${{ runner.os }}-
2626
- name: Install python dependencies
2727
run: |
28-
python -m pip install --upgrade pip setuptools wheel
28+
python -m pip install --upgrade pip
2929
python -m pip install -r dev-requirements.txt -r requirements.txt
3030
- name: Lint
3131
run: flake8 c2corg_common

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
flake8==3.9.0
2-
pep8-naming==0.5.0
2+
pep8-naming==0.11.1
33
nose==1.3.7

0 commit comments

Comments
 (0)