diff --git a/.github/workflow/test_learnware_with_pip.yaml b/.github/workflow/test_learnware_with_pip.yaml index 78a801e..30056de 100644 --- a/.github/workflow/test_learnware_with_pip.yaml +++ b/.github/workflow/test_learnware_with_pip.yaml @@ -6,3 +6,14 @@ on: pull_request: branches: [ main ] +jobs: + build: + timeout-minutes: 120 + + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [windows-latest, ubuntu-20.04, ubuntu-22.04, macos-11, macos-latest] + python-version: [3.8, 3.9, 3.10] + + \ No newline at end of file