Use newer python

This commit is contained in:
Edward Firmo
2024-03-12 16:30:54 +01:00
parent 7422704fcc
commit e3fb149b58

View File

@@ -4,15 +4,9 @@ name: Validate Python (flake8)
# yamllint disable-line rule:truthy
on:
push:
branches:
- dev
- beta
paths:
- '*.py'
pull_request:
branches:
- dev
- beta
paths:
- '*.py'
workflow_dispatch:
@@ -24,7 +18,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.7.4
python-version: 3.7.17
architecture: x64
- name: Checkout PyTorch
uses: actions/checkout@main