From 132a139070698ff18335b34e4e077c92b20c97d2 Mon Sep 17 00:00:00 2001 From: Michael Panchenko Date: Mon, 19 May 2025 14:01:11 +0200 Subject: [PATCH] GH: test if simplified gopls install now works --- .github/workflows/pytest.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 1ca6d16..9ab4e7f 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -25,9 +25,7 @@ jobs: # Writing to this file adds the directory to the PATH for subsequent steps - name: Install gopls shell: bash - run: | - go install golang.org/x/tools/gopls@latest - echo "$HOME/go/bin" >> $GITHUB_PATH + run: go install golang.org/x/tools/gopls@latest - name: Install uv shell: bash run: curl -LsSf https://astral.sh/uv/install.sh | sh