Skip to content

chore: update pytest workflow. #7

chore: update pytest workflow.

chore: update pytest workflow. #7

Workflow file for this run

name: "PyTest PR"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.13"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install pytest dependencies
run: pip install pytest pytest-md pytest-emoji
- name: developer mode install
run: pip install -e .
- uses: pavelzw/pytest-action@v2
with:
emoji: false
verbose: false
job-summary: true