From 25997a02fac6c52c7d315efc28aa19e967bfe353 Mon Sep 17 00:00:00 2001 From: Adam Fourney Date: Mon, 10 Feb 2025 00:34:01 -0800 Subject: [PATCH] It does not appear the CI is updating. --- .github/workflows/tests.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b511ff5..78c7cdc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,16 +12,7 @@ jobs: 3.10 3.11 3.12 - - name: Set up pip cache - if: runner.os == 'Linux' - uses: actions/cache@v4 - with: - path: ~/.cache/pip - key: ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }} - restore-keys: ${{ runner.os }}-pip- - name: Install Hatch run: pipx install hatch - - name: Run tests # Move to the correct folder - run: cd ./packages/markitdown - name: Run tests - run: hatch test + run: cd packages/markitdown; hatch test