Skip to content

Commit 7d02eec

Browse files
committed
Fix pylama install
1 parent 911d81b commit 7d02eec

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/general.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
env:
3232
PLYVEL: ${{ matrix.plyvel }}
3333
run: |
34+
sudo apt-get install --reinstall python-pkg-resources
3435
[ "${PLYVEL}" != "true" ] || (echo installing plyvel && sudo apt-get install libleveldb-dev libleveldb1d libsnappy-dev && pip install plyvel)
3536
make install
3637
- name: Test software

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ def read(*paths):
4343
'pylama',
4444
'pylama_quotes',
4545
'pyflakes<2.5',
46-
'setuptools',
4746
]
4847
TESTS_REQUIRE = [
4948
'mock',

0 commit comments

Comments
 (0)