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