-
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-#7173: Update github actions #7168
Conversation
@@ -23,6 +23,7 @@ dependencies: | |||
- sqlalchemy>=2.0.0 | |||
- pandas-gbq>=0.19.0 | |||
- pytables>=3.8.0 | |||
- c-blosc2<=2.14.1 |
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.
#7167 was merged so should we exclude these changes from this PR?
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.
yes, rebased
- uses: ./.github/actions/mamba-env | ||
with: | ||
environment-file: environment-dev.yml | ||
python-version: ${{matrix.python-version}} | ||
- run: python -m pytest modin/tests/experimental/spreadsheet/test_general.py | ||
|
||
upload-coverage: | ||
merge-coverage-artifacts: |
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.
Why do we need this?
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.
Version 4 is incompatible with version 3 (actions/upload-artifact
), since now artifacts are considered immutable, so it is possible to create only a separate artifact from each job, and then, for convenience, need to combine it into one artifact.
For details:
https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md#multiple-uploads-to-the-same-named-artifact
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
9d568ee
to
6601835
Compare
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