From 67beca388eca0cacb7ace63086b6a06ec3ea4af7 Mon Sep 17 00:00:00 2001 From: Ali El Hadi ISMAIL FAWAZ <54309336+hadifawaz1999@users.noreply.github.com> Date: Thu, 14 Aug 2025 10:32:48 +0200 Subject: [PATCH 1/2] Update pytest.yml --- .github/workflows/pytest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index f746018..81026c6 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: os: [ ubuntu-22.04, macOS-14, windows-2022 ] - python-version: [ "3.11" ] + python-version: [ "3.10", "3.11", "3.12" ] steps: - name: Checkout @@ -44,4 +44,4 @@ jobs: run: python -m pip list - name: Run tests - run: python -m pytest -n logical \ No newline at end of file + run: python -m pytest -n logical From 2838e000f1089cfe59568d6ab4003cefec409f7b Mon Sep 17 00:00:00 2001 From: hadifawaz1999 Date: Thu, 14 Aug 2025 10:35:19 +0200 Subject: [PATCH 2/2] testing --- .github/workflows/pytest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 81026c6..ca65bd1 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: os: [ ubuntu-22.04, macOS-14, windows-2022 ] - python-version: [ "3.10", "3.11", "3.12" ] + python-version: [ "3.10","3.11","3.12" ] steps: - name: Checkout @@ -29,7 +29,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - + - name: Disable Numba JIT run: echo "NUMBA_DISABLE_JIT=1" >> $GITHUB_ENV