Browse Source

[MNT] update CI to save time

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

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

@@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
python-version: [3.8, 3.9]
python-version: [3.9]

steps:
- name: Test learnware from pip


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

@@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
python-version: [3.8, 3.9]
python-version: [3.9]

steps:
- name: Test learnware from pip


Loading…
Cancel
Save