diff --git a/.github/workflows/translation-compile.yml b/.github/workflows/translation-compile.yml index 91ab7de48..0d9db1158 100644 --- a/.github/workflows/translation-compile.yml +++ b/.github/workflows/translation-compile.yml @@ -35,7 +35,7 @@ jobs: sudo apt-get install -y gettext scripts/ci_prepare.sh - name: run compile - run: poetry run make ./manage.py compilemessages + run: poetry run ./manage.py compilemessages - name: Create Pull Request uses: peter-evans/create-pull-request@v3 id: cpr