From c1020eaaee030fbc10ccea1d0d5cf8a3475884b2 Mon Sep 17 00:00:00 2001 From: Adam Fourney Date: Mon, 10 Feb 2025 00:26:59 -0800 Subject: [PATCH] Attempt to repair the CI --- .github/workflows/tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3bc85ae..b511ff5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,6 +21,7 @@ jobs: 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: cd packages/markitdown | - hatch test + run: hatch test