Skip to content

Commit 8db0895

Browse files
committed
last little bits to get it working?
1 parent 83aa56e commit 8db0895

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
python -m pip install --upgrade pip
4343
python -m pip install setuptools>=61.0
4444
python -m pip install -r requirements.txt
45+
python -m pip install opentype-sanitizer
4546
4647
- name: Download OTS source
4748
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "pyots"
77
description = "Python wrapper for ot-sanitizer"
88
readme = "README.md"
9-
license = {text = "BSD-3-Clause"}
9+
license = "BSD-3-Clause"
1010
authors = [
1111
{name = "Adobe Type team & friends", email = "afdko@adobe.com"}
1212
]

0 commit comments

Comments
 (0)