Skip to content

Commit cc079de

Browse files
authored
Apply suggestions from code review
1 parent de7773b commit cc079de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_integrate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- {python-version: '3.7', requires: 'latest'}
3232
- {python-version: '3.9', requires: 'oldest'}
3333
- {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
3535
env:
3636
PYTEST_ARTEFACT: test-results-${{ matrix.os }}-py${{ matrix.python-version }}-${{ matrix.requires }}.xml
3737
PYTORCH_URL: https://download.pytorch.org/whl/cpu/torch_stable.html

.github/workflows/ci_test-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- {python-version: '3.7', requires: 'latest'}
3535
- {python-version: '3.9', requires: 'oldest'}
3636
- {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
3838
env:
3939
PYTEST_ARTEFACT: test-results-${{ matrix.os }}-py${{ matrix.python-version }}-${{ matrix.requires }}.xml
4040
PYTORCH_URL: https://download.pytorch.org/whl/cpu/torch_stable.html

0 commit comments

Comments
 (0)