Skip to content

Commit

Permalink
remove python path
Browse files Browse the repository at this point in the history
  • Loading branch information
deHB6 committed Nov 20, 2024
1 parent bb5a6fb commit 1ea22bc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main-push-and-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,4 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Type check with mypy
run: mypy . --explicit-package-bases --pretty --check-untyped-defs

- name: Set PYTHONPATH
run: echo "PYTHONPATH=$GITHUB_WORKSPACE" >> $GITHUB_ENV
run: mypy . --explicit-package-bases --pretty --check-untyped-defs

0 comments on commit 1ea22bc

Please sign in to comment.