Skip to content

Commit

Permalink
fix yaml syntax err, #43
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwigway committed Sep 24, 2020
1 parent 7eb08d5 commit 8772b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pip install flake8 pytest
pip install -r requirements.txt
- name: Install package
run: |
run: |
python setup.py install
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 8772b3f

Please sign in to comment.