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 # yamllint disable-line rule:truthy
on: on:
push: push:
branches:
- dev
- beta
paths: paths:
- '*.py' - '*.py'
pull_request: pull_request:
branches:
- dev
- beta
paths: paths:
- '*.py' - '*.py'
workflow_dispatch: workflow_dispatch:
@@ -24,7 +18,7 @@ jobs:
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v1 uses: actions/setup-python@v1
with: with:
python-version: 3.7.4 python-version: 3.7.17
architecture: x64 architecture: x64
- name: Checkout PyTorch - name: Checkout PyTorch
uses: actions/checkout@main uses: actions/checkout@main