Skip to content

Commit 06f6235

Browse files
authored
Merge pull request #143 from sommersoft/patch_build_yml_local_pip
Git Patch File Updates
2 parents 9ff0667 + b8fbe35 commit 06f6235

File tree

2 files changed

+32
-25
lines changed

2 files changed

+32
-25
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
From f358bc1374c58b6febee23157239d65d2771b804 Mon Sep 17 00:00:00 2001
2+
From: sommersoft <[email protected]>
3+
Date: Tue, 3 Mar 2020 00:28:48 -0600
4+
Subject: [PATCH] build.yml: move pylint, black, and Sphinx installs to each
5+
repo; add description to 'actions-ci/install.sh'
6+
7+
---
8+
.github/workflows/build.yml | 6 +++++-
9+
1 file changed, 5 insertions(+), 1 deletion(-)
10+
11+
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
12+
index 11ce574..fff3aa9 100644
13+
--- a/.github/workflows/build.yml
14+
+++ b/.github/workflows/build.yml
15+
@@ -34,9 +34,13 @@ jobs:
16+
with:
17+
repository: adafruit/actions-ci-circuitpython-libs
18+
path: actions-ci
19+
- - name: Install deps
20+
+ - name: Install dependencies
21+
+ # (e.g. - apt-get: gettext, etc; pip: circuitpython-build-tools, requirements.txt; etc.)
22+
run: |
23+
source actions-ci/install.sh
24+
+ - name: Pip install pylint, black, & Sphinx
25+
+ run: |
26+
+ pip install --force-reinstall pylint==1.9.2 black==19.10b0 Sphinx sphinx-rtd-theme
27+
- name: Library version
28+
run: git describe --dirty --always --tags
29+
- name: PyLint
30+
--
31+
2.17.1
32+

patches/0001-update-pylint-examples-directive.patch

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)