It does not appear the CI is updating.

This commit is contained in:
Adam Fourney 2025-02-10 00:34:01 -08:00
parent c1020eaaee
commit 25997a02fa

View file

@ -12,16 +12,7 @@ jobs:
3.10 3.10
3.11 3.11
3.12 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 - name: Install Hatch
run: pipx install hatch run: pipx install hatch
- name: Run tests # Move to the correct folder
run: cd ./packages/markitdown
- name: Run tests - name: Run tests
run: hatch test run: cd packages/markitdown; hatch test