Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
shun2wang committed Dec 17, 2023
1 parent 3b827a9 commit 09aff7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/translation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 09aff7e

Please sign in to comment.