Use newer python
This commit is contained in:
8
.github/workflows/validate_python.yml
vendored
8
.github/workflows/validate_python.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user