From e1695775e9817a23c36d1a69c693e7562641fc1a Mon Sep 17 00:00:00 2001 From: Jiaming Yuan Date: Wed, 20 Mar 2024 16:38:03 +0800 Subject: [PATCH] [CI] Fix yml in github action. (#10134) --- .github/workflows/python_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_wheels.yml b/.github/workflows/python_wheels.yml index f5a584920..cb56e1214 100644 --- a/.github/workflows/python_wheels.yml +++ b/.github/workflows/python_wheels.yml @@ -21,7 +21,7 @@ jobs: - os: macos-latest platform_id: macosx_arm64 steps: - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # v3.0.0 + - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # v3.0.0 with: submodules: 'true' - name: Setup Python