Skip to content

Commit 762dea8

Browse files
sfc-gh-joshisfc-gh-jrose
authored andcommitted
NO-SNOW: Fix dependency setup issues in modin daily tests (#3467)
1 parent 8dc8902 commit 762dea8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/daily_modin_precommit_py39_py310.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)