File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
strategy :
24
24
fail-fast : false
25
25
matrix :
26
- python_version : ["3.10 "]
26
+ python_version : ["3.9 "]
27
27
steps :
28
28
- name : Checkout
29
29
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 31
31
- {python-version: '3.7', requires: 'latest'}
32
32
- {python-version: '3.9', requires: 'oldest'}
33
33
- {python-version: '3.10', requires: 'oldest'}
34
- - {python-version: '3.10', os: 'windows-2019'}
34
+ - {python-version: '3.10', os: 'windows-2019'} # todo
35
35
env :
36
36
PYTEST_ARTEFACT : test-results-${{ matrix.os }}-py${{ matrix.python-version }}-${{ matrix.requires }}.xml
37
37
PYTORCH_URL : https://download.pytorch.org/whl/cpu/torch_stable.html
Original file line number Diff line number Diff line change 34
34
- {python-version: '3.7', requires: 'latest'}
35
35
- {python-version: '3.9', requires: 'oldest'}
36
36
- {python-version: '3.10', requires: 'oldest'}
37
- - {python-version: '3.10', os: 'windows-2019'}
37
+ - {python-version: '3.10', os: 'windows-2019'} # todo
38
38
env :
39
39
PYTEST_ARTEFACT : test-results-${{ matrix.os }}-py${{ matrix.python-version }}-${{ matrix.requires }}.xml
40
40
PYTORCH_URL : https://download.pytorch.org/whl/cpu/torch_stable.html
Original file line number Diff line number Diff line change 11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
14
- python_version : ["3.10 "]
14
+ python_version : ["3.9 "]
15
15
steps :
16
16
- name : Checkout
17
17
uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments