From 4d0efb2c46ba5e4013ca1d569fd6c66db918c002 Mon Sep 17 00:00:00 2001 From: Alex Hadley Date: Wed, 8 Nov 2023 14:21:19 -0800 Subject: [PATCH] Update CI action Python step name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3715d3..699de06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: Install Hatch run: pipx install hatch==${{ env.HATCH_VERSION }} - - name: Set up Python with pip cache + - name: Set up Python uses: actions/setup-python@v4 with: python-version: ${{ env.PYTHON_VERSION }}