Skip to content

Commit

Permalink
Fix linter issue introduced in cf73331 (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut authored and brettcannon committed Oct 18, 2019
1 parent cf73331 commit 8fdc923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:

steps:
- uses: actions/checkout@v1

- uses: actions/setup-python@v1
name: Install Python
with:
python-version: '3.7'

- name: Install dependencies
run: python -m pip install --upgrade setuptools wheel

Expand Down

0 comments on commit 8fdc923

Please sign in to comment.