Skip to content

Commit

Permalink
python 3.10, 3.11 test
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelFu512 committed Jun 3, 2024
1 parent 67ebae1 commit e30ed8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_unit_tests_with_latest_deps.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']
python_version: ['3.9', '3.10', '3.11']
command: ['git-test-automl', 'git-test-modelunderstanding', 'git-test-parallel', 'git-test-prophet', 'git-test-other']
steps:
- name: Set up Python ${{ matrix.python_version }}
Expand Down

0 comments on commit e30ed8e

Please sign in to comment.