Skip to content

Commit

Permalink
Use 3.9 in airflow tests (#4391)
Browse files Browse the repository at this point in the history
* Use 3.9 in airflow tests

* RL
  • Loading branch information
jeremyliweishih authored Feb 12, 2024
1 parent c49a348 commit 5802716
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/evalml_main_airflow_performance_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
"holdout-size": 0.5,
"pred-vs-actual": false
},
"python_version": "3.8",
"python_version": "3.9",
"scenarios_yaml": "release.yaml",
"evalml_branch_previous": "${{ env.PREVIOUS_HASH }}",
"evalml_branch_new": "${{ env.CURRENT_HASH }}",
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
"holdout-size": 0.5,
"pred-vs-actual": false
},
"python_version": "3.8",
"python_version": "3.9",
"scenarios_yaml": "release.yaml",
"evalml_branch_previous": "${{ env.PREVIOUS_HASH }}",
"evalml_branch_new": "${{ env.CURRENT_HASH }}",
Expand Down
1 change: 1 addition & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Release Notes
* Changes
* Documentation Changes
* Testing Changes
* Run airflow tests in Python 3.9 :pr:`4391`

.. warning::

Expand Down

0 comments on commit 5802716

Please sign in to comment.