Update Tornado's entry in projects.yml (#1571)

We've moved to github actions and added windows support. Also add a note about our use of the stable ABI which may be the most interesting part of our config.
This commit is contained in:
Ben Darnell
2023-08-14 08:36:44 +02:00
committed by GitHub
parent 7508943e06
commit 9afd31017a
+3 -2
View File
@@ -413,8 +413,9 @@
- name: Tornado
gh: tornadoweb/tornado
ci: [travisci]
os: [apple, linux]
ci: [github]
os: [linux, apple, windows]
notes: Tornado is a Python web framework and asynchronous networking library. Uses stable ABI for a small C extension.
- name: pytorch-fairseq
gh: pytorch/fairseq