Browse Source

Update test.yml

pull/3/head
Brett Langdon 6 years ago
committed by GitHub
parent
commit
11ebbc42a0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      .github/workflows/test.yml

+ 3
- 4
.github/workflows/test.yml View File

@ -18,11 +18,10 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install test dependencies
run: |
pip install -U pip black==19.10b0
pip install -U pip
- name: Build
run: |
python setup.py build_ext --force
python setup.py develop
- name: Lint with black
run: |
black --check .
- name: Black Check
uses: jpetrucciani/black-check@19.10b0

Loading…
Cancel
Save