Skip to content

Commit

Permalink
Adds requirements for python
Browse files Browse the repository at this point in the history
  • Loading branch information
catusf committed Nov 15, 2024
1 parent f801ceb commit 972ecf6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node-small.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- run: npm install -g yarn
- run: npm install
- run: npm test
- run: pip install -r requirements.txt

- name: Build all fonts
run: ./run_all.py --small_data
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- run: npm install -g yarn
- run: yarn install
- run: npm test
- run: pip install -r requirements.txt

- name: Build all fonts
run: ./run_all.py
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fonttools==4.54.1

0 comments on commit 972ecf6

Please sign in to comment.