Skip to content

Commit

Permalink
name
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Jun 5, 2020
1 parent a183869 commit b486fd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Expand Up @@ -27,11 +27,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 pytest pytest-doctestplus black isort --upgrade
- name: Lint with flake8
- name: Lint
run: |
flake8 glimix_core
black --check glimix_core
isort --quiet --recursive --check-only glimix_core
- name: Test with pytest
- name: Test
run: |
python setup.py test

0 comments on commit b486fd5

Please sign in to comment.