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