diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 48aaf1a..10adb2c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v2 with: - python-version: '3.x' # or the specific version you need + python-version: '2.x' # or the specific version you need - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v1