Skip to content
This repository was archived by the owner on Feb 16, 2020. It is now read-only.

Commit 42cca33

Browse files
committed
Merge branch 'fix-pylint' into 'master'
Fixes the pip install in pylint See merge request ix.ai/etherscan-exporter!3
2 parents 83efbc8 + 7d3ac26 commit 42cca33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pylint:
2424
stage: lint
2525
script:
2626
- curl -o .pylintrc https://tool.ix.ai/.pylintrc
27-
- pip install prometheus_client pylint coinbase pygelf
27+
- pip install pylint pygelf prometheus_client requests
2828
- pylint --rcfile=.pylintrc src/*.py
2929
<<: *tags-definition
3030

0 commit comments

Comments
 (0)