Skip to content

Commit de7773b

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

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
python_version: ["3.10"]
26+
python_version: ["3.9"]
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v3

.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'}
34+
- {python-version: '3.10', os: 'windows-2019'} # todo
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'}
37+
- {python-version: '3.10', os: 'windows-2019'} # todo
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

.github/workflows/publish-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python_version: ["3.10"]
14+
python_version: ["3.9"]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v3

0 commit comments

Comments
 (0)