diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 71a5d85..56247df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,6 +50,10 @@ jobs: with: fetch-depth: 0 + - uses: actions/setup-python + with: + python-version: '2.7.18' + - name: Get Submodules run: git submodule update --init --recursive