Browse Source

update actions

pull/3/head
Brett Langdon 6 years ago
parent
commit
459f37c118
No known key found for this signature in database GPG Key ID: E6600FB894DB3D19
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      .github/workflows/test.yml

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

@ -16,11 +16,13 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
- name: Install test dependencies
run: |
pip install -U pip black==19.10b0
- name: Build
run: |
python setup.py build_ext --force
python setup.py develop
- name: Lint with black
run: |
pip install black==19.10b0
black --check **/*.py
black --check .

Loading…
Cancel
Save