File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
- From 8aae58251db367121928397025fcd7a487e1ba9c Mon Sep 17 00:00:00 2001
2
- From: Dylan Herrada <33632497+dherrada@users.noreply.github .com>
3
- Date: Thu, 20 May 2021 16:13:41 -0400
1
+ From f2d8d960f1713c8e161b78826a52ef79816c7a19 Mon Sep 17 00:00:00 2001
2
+ From: dherrada <dylan.herrada@adafruit .com>
3
+ Date: Mon, 24 May 2021 09:54:31 -0400
4
4
Subject: [PATCH] Moved CI to Python 3.7
5
5
6
6
---
7
7
.github/workflows/build.yml | 4 ++--
8
8
1 file changed, 2 insertions(+), 2 deletions(-)
9
9
10
10
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
11
- index 0a44310..a9516b8 100644
11
+ index 0ab7182..c4c975d 100644
12
12
--- a/.github/workflows/build.yml
13
13
+++ b/.github/workflows/build.yml
14
- @@ -25 +25 @@ jobs:
14
+ @@ -22,10 +22,10 @@ jobs:
15
+ awk -F '\/' '{ print tolower($2) }' |
16
+ tr '_' '-'
17
+ )
15
18
- - name: Set up Python 3.6
16
19
+ - name: Set up Python 3.7
17
- @@ -28 +28 @@ jobs:
20
+ uses: actions/setup-python@v1
21
+ with:
18
22
- python-version: 3.6
19
23
+ python-version: 3.7
24
+ - name: Versions
25
+ run: |
26
+ python3 --version
20
27
- -
21
28
2.25.1
22
29
You can’t perform that action at this time.
0 commit comments