Skip to content

Commit

Permalink
Test statsmodels against python 3.7 (mlflow#4586)
Browse files Browse the repository at this point in the history
* Py37 for statsmodels

Signed-off-by: dbczumar <corey.zumar@databricks.com>

* Fix

Signed-off-by: dbczumar <corey.zumar@databricks.com>
  • Loading branch information
dbczumar authored Jul 22, 2021
1 parent 3182883 commit ce7f75c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cross-version-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ jobs:
- name: Get python version
id: get-python-version
run: |
if [[ "${{ matrix.package }}" = "scikit-learn" && "${{ matrix.version }}" = "dev" ]]; then
if [[ "${{ matrix.package }}" = "scikit-learn" && "${{ matrix.version }}" = "dev" ]] || \
[[ "${{ matrix.package }}" = "statsmodels" ]]
then
python_version=3.7
else
python_version=3.6
Expand Down

0 comments on commit ce7f75c

Please sign in to comment.