]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
font_tags.yaml: install pytest 8599/head
authorMarc Foley <m.foley.88@gmail.com>
Wed, 27 Nov 2024 10:55:56 +0000 (10:55 +0000)
committerMarc Foley <m.foley.88@gmail.com>
Wed, 27 Nov 2024 10:55:56 +0000 (10:55 +0000)
.github/workflows/font_tags.yaml

index 371dcb74d7445866120d7a07eccbf32339a91d30..bb742a01bdb6555f1a18210c1be8a9b45ab61129 100644 (file)
@@ -19,6 +19,8 @@ jobs:
       with:
         python-version: "3.10"
 
+    - name: Install dependencies
+      run: pip install pytest
     - name: Check font tags
       run: |
         python .ci/test_font_tags.py
\ No newline at end of file