Skip to content

Test sed

Test sed #184

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-2022]
python-version: ["3.12"]
steps:
- uses: actions/checkout@v3
- name: Use Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- run: python -m pip install cython==0.29.35 tox virtualenv
- run: python -m cython jq.pyx
- run: tox -e py