From 09aff7ef3c5abb4aaa58e76ad390cdb170559a20 Mon Sep 17 00:00:00 2001 From: Shun Wang Date: Sun, 17 Dec 2023 11:19:03 +0000 Subject: [PATCH] try again --- .github/workflows/translation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/translation.yml b/.github/workflows/translation.yml index ecf96efe80..72ecf33845 100644 --- a/.github/workflows/translation.yml +++ b/.github/workflows/translation.yml @@ -26,7 +26,8 @@ jobs: set -x find -name messages.pot messages_pot=$(find -name messages.pot) - pybabel update --input-file="$messages_pot" --output-dir="${{ github.workspace }}/psychopy/app" --previous + #pybabel update --input-file="$messages_pot" --output-dir="./psychopy/app" + - name: Compiling .mo files run: |