From 26ca6d86d0cb9b1fb0c2411b54be356216713880 Mon Sep 17 00:00:00 2001 From: Brad Keryan Date: Wed, 7 Aug 2024 15:36:06 -0500 Subject: [PATCH] GitHub: Run unit tests with pypy --- .github/workflows/run_unit_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_unit_tests.yml b/.github/workflows/run_unit_tests.yml index 087f5f64..cd11f73f 100644 --- a/.github/workflows/run_unit_tests.yml +++ b/.github/workflows/run_unit_tests.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.8", "pypy3.9", "pypy3.10"] # Fail-fast skews the pass/fail ratio and seems to make pytest produce # incomplete JUnit XML results. fail-fast: false @@ -43,4 +43,4 @@ jobs: with: name: test_results_unit_${{ matrix.os }}_py${{ matrix.python-version }} path: test_results/*.xml - if: always() \ No newline at end of file + if: always()