Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev committed Feb 15, 2023
1 parent 402e4fc commit 6ed2049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ jobs:
- name: Stop local ray cluster
run: ray stop
if: matrix.engine == 'ray'
- name: Rename conda package cache to avoid removing that is too slow on Windows
- name: Rename the folder with conda packages so it won't be deleted, it's too slow on Windows.
run: mv "${CONDA_PKGS_DIR}" "${CONDA_PKGS_DIR}_do_not_cache"

test-pyarrow:
Expand Down

0 comments on commit 6ed2049

Please sign in to comment.