Skip to content

Commit d4add47

Browse files
committed
remove black from main build, add windows
1 parent f0abdc7 commit d4add47

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
os: [ubuntu-latest]
18+
os: [ubuntu-latest, windows-latest]
1919
python: [3.6, 3.7]
2020
steps:
2121
- uses: actions/checkout@v1
@@ -27,11 +27,6 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip
2929
pip install -r requirements.txt
30-
- name: Lint with black
31-
run: |
32-
pip install black
33-
black --check cve_bin_tool/
34-
black --check test/
3530
- name: Run tests
3631
run: |
3732
ACTIONS=1 python setup.py test

0 commit comments

Comments
 (0)