From a9380085f3f27f5a8d35779a5f8dbcd75ca468c7 Mon Sep 17 00:00:00 2001 From: Changbeom Ahn Date: Sat, 11 Mar 2023 13:41:39 +0900 Subject: [PATCH] fix CI error --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 815fae0..b200412 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,6 +13,11 @@ jobs: steps: - uses: actions/checkout@v2 + - run: python --version + - uses: actions/setup-python@v2 + with: + python-version: '3.9' + - run: python --version - run: sh Scripts/ci.sh id: script - name: Commit