Skip to content

Commit

Permalink
Update pythonpackage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
XericZephyr authored Aug 21, 2019
1 parent 8dec0d0 commit 24dbd2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install tensorflow==1.14.0 six Pillow
- name: Lint Check
run: |
pip install yapf
yapf --diff *.py
if: ${{ matrix.python-version }} == '3.6'
- name: Test with nosetests
run: |
pip install -U nose
Expand Down

0 comments on commit 24dbd2b

Please sign in to comment.