From 01d9aedd7db68480dcb4cbd25d67c96b8d5ddb8d Mon Sep 17 00:00:00 2001 From: bxdd Date: Mon, 30 Oct 2023 20:48:23 +0800 Subject: [PATCH] [MNT] update CI --- .github/workflow/install_learnware_with_source.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflow/install_learnware_with_source.yaml b/.github/workflow/install_learnware_with_source.yaml index f855b11..2d323c4 100644 --- a/.github/workflow/install_learnware_with_source.yaml +++ b/.github/workflow/install_learnware_with_source.yaml @@ -38,6 +38,7 @@ jobs: - name: Update pip to the latest version run: | python -m pip install --upgrade pip + pip install flake8 pytest - name: Install learnware run: |