From d1a2cc89f58d1f3b98959cbabfc4f807c4296cff Mon Sep 17 00:00:00 2001 From: Joel Calado Date: Sat, 27 Mar 2021 18:48:34 +0000 Subject: [PATCH] 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