Skip to content

Commit

Permalink
chore(ci): fix linters job warning (#2269)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Jul 31, 2023
1 parent ee1007d commit 46b1006
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- name: 'Run linters'
run: |
# py3
Expand Down

0 comments on commit 46b1006

Please sign in to comment.