Skip to content

Commit 6f44843

Browse files
authored
Merge pull request #212 from adafruit/new-patch
Added re-adding pylint install patch
2 parents 5c862b5 + 90b8776 commit 6f44843

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
From c5615b53b7bbd47517a1a999b3f10dd70f3c4c6c Mon Sep 17 00:00:00 2001
2+
From: dherrada <[email protected]>
3+
Date: Tue, 2 Mar 2021 17:17:50 -0500
4+
Subject: [PATCH] Re-added pylint install to build.yml
5+
6+
---
7+
.github/workflows/build.yml | 4 ++--
8+
1 file changed, 2 insertions(+), 2 deletions(-)
9+
10+
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
11+
index 621d5ef..3baf502 100644
12+
--- a/.github/workflows/build.yml
13+
+++ b/.github/workflows/build.yml
14+
@@ -42,9 +42,9 @@ jobs:
15+
# (e.g. - apt-get: gettext, etc; pip: circuitpython-build-tools, requirements.txt; etc.)
16+
run: |
17+
source actions-ci/install.sh
18+
- - name: Pip install Sphinx, pre-commit
19+
+ - name: Pip install pylint, Sphinx, pre-commit
20+
run: |
21+
- pip install --force-reinstall Sphinx sphinx-rtd-theme pre-commit
22+
+ pip install --force-reinstall pylint Sphinx sphinx-rtd-theme pre-commit
23+
- name: Library version
24+
run: git describe --dirty --always --tags
25+
- name: Pre-commit hooks
26+
--
27+
2.24.3 (Apple Git-128)
28+

0 commit comments

Comments
 (0)