Skip to content

Commit a7c0d82

Browse files
committed
Revert "Fix pylama install"
This reverts commit 7d02eec.
1 parent 7d02eec commit a7c0d82

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/general.yml

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

setup.py

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

0 commit comments

Comments
 (0)