Skip to content

Commit

Permalink
FIX-modin-project#3342: another attempt to fix OmniSci deps
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Chigarev <[email protected]>
  • Loading branch information
dchigarev authored and anmyachev committed Aug 19, 2021
1 parent f00839a commit 4648976
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ jobs:
with:
activate-environment: modin_on_omnisci
environment-file: requirements/env_omnisci.yml
channel-priority: strict
python-version: 3.7
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
- name: Conda environment
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
with:
activate-environment: modin_on_omnisci
environment-file: requirements/env_omnisci.yml
channel-priority: strict
python-version: 3.7
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
- name: Conda environment
shell: bash -l {0}
Expand Down
1 change: 0 additions & 1 deletion requirements/env_omnisci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ channels:
- intel/label/modintest
- conda-forge
dependencies:
- python==3.7.*
- pandas==1.3.2
- pyarrow==2.0.0
- libthrift<0.14.1 # ref: modin gh-2840
Expand Down

0 comments on commit 4648976

Please sign in to comment.