fixed ci workflow not install tamil

This commit is contained in:
2026-05-16 16:55:30 -05:00
parent 2041c167cb
commit 8f99503d6b

View File

@@ -22,6 +22,8 @@ jobs:
run: | run: |
pip install -e "packages/foreignthon[dev]" pip install -e "packages/foreignthon[dev]"
pip install -e packages/langs/es pip install -e packages/langs/es
pip install -e packages/langs/ta
continue-on-error: true continue-on-error: true
- name: Run tests - name: Run tests