1
0
Fork 0
mirror of synced 2024-06-18 18:44:45 +12:00

Use python 3.10 for pylint and windows workflow

This commit is contained in:
Dummerle 2022-09-07 15:38:05 +02:00 committed by GitHub
parent 26e8a235cc
commit 9ca879e0fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,10 +11,10 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true
- name: Set up Python 3.8
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.10
- name: Install dependencies
run: |
python -m pip install --upgrade pip
@ -85,7 +85,7 @@ jobs:
submodules: true
- uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.10'
- name: Dependencies
run: pip3 install -r requirements.txt
- name: cx_freeze