ci: fix emoji action

This commit is contained in:
2 * r + 2 * t
2025-06-23 15:02:15 +10:00
parent a413d140da
commit 71ad240ef2
+5
View File
@@ -20,6 +20,11 @@ jobs:
with: with:
python-version: "3.x" python-version: "3.x"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .
- name: Fetch emojis - name: Fetch emojis
run: ./run.sh emoji -f run: ./run.sh emoji -f