Attempt to repair the CI
This commit is contained in:
parent
52beb78f8a
commit
c1020eaaee
1 changed files with 3 additions and 2 deletions
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
|
@ -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
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue