From 9e50b2d923d5f1812e891a2715fb1a30d13d96fd Mon Sep 17 00:00:00 2001 From: tangxifan Date: Tue, 18 Apr 2023 17:13:21 +0800 Subject: [PATCH] [ci] disable checkout submodules for cell library tests --- .github/workflows/cell_lib_test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cell_lib_test.yml b/.github/workflows/cell_lib_test.yml index 5016297d5..9825fddfc 100644 --- a/.github/workflows/cell_lib_test.yml +++ b/.github/workflows/cell_lib_test.yml @@ -22,8 +22,6 @@ jobs: - name: Checkout OpenFPGA repo uses: actions/checkout@v2 - with: - submodules: true - name: Install Dependencies run: |