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 }}