diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b93ff80..e58052f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,13 +47,12 @@ jobs: pytest - name: Test BMI - if: ${{ matrix.python-version == '3.12' }} and matrix.os != 'windows-latest' + if: ${{ matrix.python-version == '3.12' }} && matrix.os != 'windows-latest' run: | make test-bmi - name: Run examples if: matrix.os != 'windows-latest' working-directory: ${{ github.workspace }}/examples - if: matrix.os != 'windows-latest' run: | python debug.py