From 5ab39cec0a684ae2558580f5bef7e4f2038d90dd Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Fri, 21 Apr 2023 11:22:45 +0530 Subject: [PATCH] ci: use python from ubuntu repos --- .github/workflows/lint.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 40b3e9b9..d7a1169c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,12 +16,7 @@ jobs: uses: actions/checkout@v3 - name: Setup Python - uses: actions/setup-python@v4 - with: - python-version: "3.10" - - - name: Upgrade Pip - run: pip install -U pip + run: sudo apt-get install -y python3 python3-venv # For shfmt pre-commit hook - name: Setup Go