diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 580d7a0b..596f8560 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,3 @@ -# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs - name: CI # Controls when the workflow will run on: @@ -30,6 +27,9 @@ jobs: uses: actions/setup-node@v3 with: cache: 'npm' + + - name: 🟨 Setup python + uses: actions/setup-python@v3 - name: 📦 Install dependencies run: npm install @@ -50,6 +50,9 @@ jobs: uses: actions/setup-node@v3 with: cache: 'npm' + + - name: 🟨 Setup python + uses: actions/setup-python@v3 - name: 📦 Install dependencies run: npm install @@ -72,6 +75,9 @@ jobs: uses: actions/setup-node@v3 with: cache: 'npm' + + - name: 🟨 Setup python + uses: actions/setup-python@v3 - name: 📦 Install dependencies run: npm install