From d1a2cc89f58d1f3b98959cbabfc4f807c4296cff Mon Sep 17 00:00:00 2001 From: Joel Calado Date: Sat, 27 Mar 2021 18:48:34 +0000 Subject: [PATCH 1/2] Update main.yml --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1f863b7..978239d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,6 +26,7 @@ jobs: - uses: actions/setup-node@v2 with: node-version: '14' + - run: pip install -r .github/requirements.txt - run: node .github/ci-generateTranslations.js - name: Create Pull Request uses: peter-evans/create-pull-request@v3 From a09d86d79ee2977dc9810f8d3ce773190bc51a62 Mon Sep 17 00:00:00 2001 From: Joel Calado Date: Sat, 27 Mar 2021 18:50:08 +0000 Subject: [PATCH 2/2] Update main.yml --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 978239d..bee4c80 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,8 +26,7 @@ jobs: - uses: actions/setup-node@v2 with: node-version: '14' - - run: pip install -r .github/requirements.txt - - run: node .github/ci-generateTranslations.js + - run: npm install jsdom && npm install axios - name: Create Pull Request uses: peter-evans/create-pull-request@v3