From 4f70b788fb902b0977090f153888ef4c7167ca8b Mon Sep 17 00:00:00 2001 From: Marten Lohstroh Date: Sat, 27 Apr 2024 19:11:00 -0700 Subject: [PATCH] Revert "Update action.yml" This reverts commit 7373c0272eb99c38ff91a4436d2707103adc1708. --- .github/actions/build/action.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 4818cdaa3..053cbb48b 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -52,10 +52,7 @@ runs: shell: bash if: ${{ inputs.package == 'true' && inputs.pre-release == 'true'}} - name: Install pylint - run: | - python3 -m venv .venv - source .venv/bin/activate - python3 -m pip install pylint + run: python3 -m pip install pylint shell: bash if: ${{ inputs.partial == 'false' }} - name: Install pnpm