Browse Source

[FIX] update CI

tags/v0.3.2
bxdd 2 years ago
parent
commit
b0aaae48e7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/install_learnware_with_pip.yaml

+ 1
- 1
.github/workflows/install_learnware_with_pip.yaml View File

@@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-20.04, ubuntu-22.04, macos-11, macos-latest]
os: [ubuntu-20.04]
python-version: [3.8, 3.9]

steps:


Loading…
Cancel
Save