Skip to content

Commit

Permalink
Use python 3.9.6 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyrt committed Mar 26, 2023
1 parent ac4409c commit 3749c4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.9.6'

- name: Bootstrap
run: |
sudo apt install python3-setuptools ttfautohint build-essential libffi-dev libgit2-dev -y
Expand Down

0 comments on commit 3749c4b

Please sign in to comment.