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