Skip to content

Bump actions/setup-python from 5.6.0 to 7.0.0 #1680

Bump actions/setup-python from 5.6.0 to 7.0.0

Bump actions/setup-python from 5.6.0 to 7.0.0 #1680

Workflow file for this run

name: tests
on: [pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
with:
python-version: |
3.10
3.11
3.12
- name: Install Hatch
run: pipx install hatch
- name: Run tests
run: cd packages/markitdown; hatch test