It does not appear the CI is updating.
This commit is contained in:
parent
c1020eaaee
commit
25997a02fa
1 changed files with 1 additions and 10 deletions
11
.github/workflows/tests.yml
vendored
11
.github/workflows/tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue