-
Notifications
You must be signed in to change notification settings - Fork 655
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TEST-#5664: speedup Post Run conda-incubator/setup-miniconda@v2
step on Windows
#5662
Conversation
Post Run conda-incubator/setup-miniconda@v2
step on Windows
@@ -863,14 +863,6 @@ jobs: | |||
- uses: actions/checkout@v2 | |||
with: | |||
fetch-depth: 2 | |||
- name: Cache conda |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since there is no visible result from the step and we do not save this folder with the cache, this step can be deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should then remove this step in push.yml as well.
Signed-off-by: Anatoly Myachev <[email protected]>
Signed-off-by: Anatoly Myachev <[email protected]>
Signed-off-by: Anatoly Myachev <[email protected]>
Signed-off-by: Anatoly Myachev <[email protected]>
@@ -906,6 +898,11 @@ jobs: | |||
run: python -m pytest modin/pandas/test/test_io.py --verbose | |||
if: matrix.test-task == 'modin/pandas/test/test_io.py' | |||
- uses: codecov/codecov-action@v2 | |||
- name: Stop local ray cluster |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's good practice to explicitly release resources.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same thing should be done in push.yml.
@mvashishtha could you take a look? |
What do these changes do?
flake8 modin/ asv_bench/benchmarks scripts/doc_checker.py
black --check modin/ asv_bench/benchmarks scripts/doc_checker.py
git commit -s
docs/development/architecture.rst
is up-to-date