Skip to content

Commit

Permalink
revert adding python 3.10-3.11 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelFu512 committed May 16, 2024
1 parent 4585cf3 commit 25ff906
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_nightlies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: ['3.9', '3.10', '3.11']
python_version: ['3.9']
command: ['git-test-automl', 'git-test-modelunderstanding', 'git-test-other', 'git-test-parallel', 'git-test-prophet']
steps:
- name: Set up Python ${{ matrix.python_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_unit_tests_with_minimum_deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: ['3.9', '3.10', '3.11']
python_version: ['3.9']
command: ['git-test-automl', 'git-test-modelunderstanding', 'git-test-other', 'git-test-parallel', 'git-test-prophet']
steps:
- name: Set up Python ${{ matrix.python_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: ['3.9', '3.10', '3.11']
python_version: ['3.9']
command: ['git-test-automl', 'git-test-modelunderstanding', 'git-test-other', 'git-test-parallel', 'git-test-prophet']
steps:
- name: Download Miniconda
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ packaging==23.0
pandas==1.5.0
plotly==5.0.0
pmdarima==1.8.5
pyzmq==26.0.0
pyzmq==20.0.0
scikit-learn==1.3.0
scikit-optimize==0.9.0
scipy==1.5.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pytest-cov==2.10.1
pytest-timeout==1.4.2
pytest-xdist==2.1.0
pytest==7.1.2
pyzmq==26.0.0
pyzmq==20.0.0
scikit-learn==1.3.0
scikit-optimize==0.9.0
scipy==1.5.0
Expand Down

0 comments on commit 25ff906

Please sign in to comment.