diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8a22352..99fa1a18 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,6 +19,11 @@ jobs: with: node-version: 16 + - name: Set up Python + uses: actions/setup-python@v2 + with: + python-version: 3.x + - name: Install Dependencies run: npm ci shell: bash