File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed 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'} # todo
34
+ - {python-version: '3.10', os: 'windows-2019'} # todo: https://discuss.pytorch.org/t/numpy-is-not-available-error/146192
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'} # todo
37
+ - {python-version: '3.10', os: 'windows-2019'} # todo: https://discuss.pytorch.org/t/numpy-is-not-available-error/146192
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
You can’t perform that action at this time.
0 commit comments