Skip to content

Commit b0b4b57

Browse files
bhcopelandroxell
authored andcommitted
Actions: Remove python-dep
We shouldn't lock down to old python version. Signed-off-by: Benjamin Copeland <ben.copeland@linaro.org>
1 parent 0a0c385 commit b0b4b57

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/docs.yml

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on: [push, pull_request]
55
jobs:
66
build:
77
runs-on: ubuntu-latest
8-
strategy:
9-
matrix:
10-
python-version: [3.7]
118

129
steps:
1310
- uses: actions/checkout@v2

.github/workflows/test-plans-pipeline.yml

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on: [push, pull_request]
55
jobs:
66
build:
77
runs-on: ubuntu-latest
8-
strategy:
9-
matrix:
10-
python-version: [3.6]
118

129
steps:
1310
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)