Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytropolityka committed Aug 12, 2024
1 parent 464abdc commit a3813ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,4 @@ jobs:
poetry install
poetry run install_all
- name: Run Prospector
run: |
echo "$HOME/.local/bin" >> $GITHUB_PATH
poetry run lint_all
run: poetry run lint_all
1 change: 1 addition & 0 deletions scripts/lint_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def main():
]

success = True
subprocess.run(["poetry", "env", "remove", "python"], check=False)

for module in modules:
if os.path.isdir(module):
Expand Down

0 comments on commit a3813ee

Please sign in to comment.