Browse Source

[MNT] update test with pip

tags/v0.3.2
bxdd 2 years ago
parent
commit
8c520f9bc8
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      .github/workflow/test_learnware_with_pip.yaml

+ 11
- 0
.github/workflow/test_learnware_with_pip.yaml View File

@@ -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]


Loading…
Cancel
Save