From afa6ae2a476f35b750dfc3b00eb2028bfdc40606 Mon Sep 17 00:00:00 2001 From: randymcmillan Date: Mon, 17 Jun 2024 13:06:41 -0400 Subject: [PATCH] .github/workflows/codespell.yml:use pipx to install codespell --- .github/workflows/codespell.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 118876091..f6c9b5071 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -27,8 +27,9 @@ jobs: sudo apt list --upgradable sudo apt upgrade -y sudo apt update -y - sudo apt install apt-utils asciidoctor python3-pip golang-go -y - pip3 install -U codespell + sudo apt install apt-utils asciidoctor pipx python3-pip golang-go -y + pipx ensurepath + pipx install codespell - name: markdown-syntax if: ${{ !env.ACT }} run: |