From a3813eec2f189195229dc2ff93df7574974c9d4d Mon Sep 17 00:00:00 2001 From: Dmytro Polityka Date: Mon, 12 Aug 2024 03:20:55 +0200 Subject: [PATCH] revert changes --- .github/workflows/lint.yml | 4 +--- scripts/lint_modules.py | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cf17e362..1df16fc7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 \ No newline at end of file + run: poetry run lint_all \ No newline at end of file diff --git a/scripts/lint_modules.py b/scripts/lint_modules.py index d3739e06..0d2b6d38 100644 --- a/scripts/lint_modules.py +++ b/scripts/lint_modules.py @@ -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):