Skip to content

Commit

Permalink
ci: fix pep8 linting (#4319)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstewart authored Dec 11, 2023
1 parent d6e6892 commit 72aa95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: checkout
uses: actions/checkout@v3
- name: pep8 exp
uses: harrisonkaiser/autopep8_action@python-latest
uses: lrstewart/autopep8_action@python-latest
with:
dry: true
checkpath: ./tests/integrationv2/*.py
Expand Down

0 comments on commit 72aa95d

Please sign in to comment.