ci: pin python to 3.9 for test-cython job

at least until scipy is not available for 3.10, or else it fails with

https://github.com/fonttools/fonttools/runs/3997161938?check_suite_focus=true#step:5:23
This commit is contained in:
Cosimo Lupo 2021-10-25 16:33:44 +02:00
parent 941179eb60
commit 91d7877420

View File

@ -70,7 +70,7 @@ jobs:
- name: Set up Python 3.x
uses: actions/setup-python@v2
with:
python-version: "3.x"
python-version: 3.9
- name: Install packages
run: pip install tox
- name: Run Tox