1
0
Fork 0
mirror of synced 2024-06-27 18:51:06 +12:00

Update windows installer build to use python 3.9.5

This commit is contained in:
ChemicalXandco 2021-05-21 14:01:18 +01:00 committed by GitHub
parent 9049d34898
commit ce65ff3099
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,8 +52,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install python deps
python-version: '3.9.5'
- name: Install python deps
run: |
pip3 install cx_Freeze setuptools wheel
pip3 install -r requirements.txt