From 8c520f9bc810c09151f4e420508a1c4bb5a3efc6 Mon Sep 17 00:00:00 2001 From: bxdd Date: Mon, 30 Oct 2023 20:16:49 +0800 Subject: [PATCH] [MNT] update test with pip --- .github/workflow/test_learnware_with_pip.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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