Skip to content

Commit 6323ff5

Browse files
committed
fix workflow error
1 parent 7fc885f commit 6323ff5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pythonapp.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: cve-bin-tool
33
on: [push, pull_request]
44

55
jobs:
6-
black_check:
6+
check:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v1
@@ -27,8 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest, windows-latest]
30-
python: [2.7, 3.6, 3.7]
31-
fail-fast: false
30+
python: [3.6, 3.7]
3231
steps:
3332
- uses: actions/checkout@v1
3433
- name: Set up Python

0 commit comments

Comments
 (0)