Skip to content

Commit

Permalink
#2 修复环境变量
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorReid committed Jun 16, 2024
1 parent 8d10e7d commit 2119cd5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/locale-po.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,9 @@ jobs:
- name: Show dir
run: pwd

- name: Add src directory to PYTHONPATH
run: |
echo "export PYTHONPATH=$PYTHONPATH:$(pwd)/src" >> $GITHUB_ENV
- name: Compile PO files
run: |
python src/one_dragon/devtools/compile_po.py
PYTHONPATH=$(pwd)/src python src/one_dragon/devtools/compile_po.py
- name: Commit changes
run: |
Expand Down

0 comments on commit 2119cd5

Please sign in to comment.