Add .python-version file

This commit is contained in:
Maxime Brunet 2022-06-14 17:41:44 -07:00
parent 6fa1f2235a
commit fd02214cbc
No known key found for this signature in database
GPG key ID: 437962FF87ECFE2B
2 changed files with 2 additions and 0 deletions

View file

@ -21,6 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb # tag=v4.0.0
with:
python-version-file: .python-version
cache: pip
- name: Install dependencies