File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135135 - name : Install tox
136136 run : python -m pip install tox
137137 - name : Run tests
138- run : tox -e modin_previous_version-snowparkpandasdailynotdoctest-ci
138+ run : tox -e modin_previous_version-snowparkpandasdailynotdoctest-modin- ci
139139
140140 test :
141141 name : Test modin-${{ matrix.os.download_name }}-${{ matrix.python-version }}-${{ matrix.cloud-provider }}
Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ def run(self):
210210 # TODO(SNOW-1938831): Test snowflake-ml-python on python 3.12 once
211211 # snowflake-ml-python is available on python 3.12.
212212 "snowflake-ml-python>=1.8.0; python_version<'3.12'" ,
213+ "s3fs" , # Used in tests that read CSV files from s3
213214 ],
214215 "localtest" : [
215216 "pandas" ,
You can’t perform that action at this time.
0 commit comments