Attempt to repair the CI

This commit is contained in:
Adam Fourney 2025-02-10 00:26:59 -08:00
parent 52beb78f8a
commit c1020eaaee

View file

@ -21,6 +21,7 @@ jobs:
restore-keys: ${{ runner.os }}-pip- 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: cd packages/markitdown | run: hatch test
hatch test