Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
debugging Language var
  • Loading branch information
anisghaoui authored Nov 24, 2024
1 parent cb83416 commit 6c44eed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,14 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Debug Language Variable
run: echo "LANGUAGE is set to ${{ env.LANGUAGE }}"

# Test each mod
- name: Test Mod
run: |
ls
python mod_translate_track.py ${{ matrix.mod }} ${{ env.LANGUAGE }}
# Collect artifacts from the output/ directory
- name: Upload Artifacts
Expand Down

0 comments on commit 6c44eed

Please sign in to comment.