Skip to content

Install pytest before running debug test #8

Install pytest before running debug test

Install pytest before running debug test #8

Workflow file for this run

name: Debug Unicode Crash
on:
push:
jobs:
debug-unicode:
runs-on: windows-latest
strategy:
matrix:
python: ["3.14"]
architecture: [x86]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
architecture: ${{ matrix.architecture }}
- name: Install pytest
run: pip install pytest
- name: Run minimal Unicode test
run: python debug_unicode.py