We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbaf422 commit 2b6b43dCopy full SHA for 2b6b43d
build.sbt
@@ -41,7 +41,7 @@ val installAll =
41
|python3 -m pip install pylint-common==0.2.2 &&
42
|python -m pip install pylint-celery==0.3 &&
43
|python3 -m pip install pylint-celery==0.3 &&
44
- |python -m pip install SaltPyLint=2017.12.15 &&
+ |python -m pip install SaltPyLint==2017.12.15 &&
45
|python3 -m pip install SaltPyLint==2017.12.15 &&
46
|python -m pip install pylint==1.7.5 --upgrade --ignore-installed --no-cache-dir &&
47
|python3 -m pip install pylint==1.7.5 --upgrade --ignore-installed --no-cache-dir &&
0 commit comments