Skip to content
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

fix lint check issue on github ci #297

Merged
merged 1 commit into from
Jan 6, 2025
Merged

fix lint check issue on github ci #297

merged 1 commit into from
Jan 6, 2025

Conversation

wxyucs
Copy link
Collaborator

@wxyucs wxyucs commented Jan 3, 2025

fixes: #296

@wxyucs wxyucs added the kind/bug Something isn't working label Jan 3, 2025
@wxyucs wxyucs requested review from inabao and LHT129 January 3, 2025 09:14
@wxyucs wxyucs self-assigned this Jan 3, 2025
@wxyucs wxyucs force-pushed the fix-make-lint-failure branch from 7b24957 to 8fde8a0 Compare January 3, 2025 09:17
Copy link
Collaborator

@inabao inabao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

codecov bot commented Jan 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

see 6 files with indirect coverage changes

@wxyucs wxyucs force-pushed the fix-make-lint-failure branch 3 times, most recently from f43acdb to fcfad3a Compare January 6, 2025 04:27
@wxyucs wxyucs requested a review from jiaweizone as a code owner January 6, 2025 04:27
@wxyucs wxyucs force-pushed the fix-make-lint-failure branch 2 times, most recently from fb8b864 to 1fd4b44 Compare January 6, 2025 04:50
@pull-request-size pull-request-size bot added size/S and removed size/XS labels Jan 6, 2025
@wxyucs wxyucs force-pushed the fix-make-lint-failure branch 2 times, most recently from 12b153d to 582e37a Compare January 6, 2025 07:10
@pull-request-size pull-request-size bot added size/XS and removed size/S labels Jan 6, 2025
@wxyucs wxyucs force-pushed the fix-make-lint-failure branch from 582e37a to abef51b Compare January 6, 2025 07:15
@pull-request-size pull-request-size bot added size/S and removed size/XS labels Jan 6, 2025
Comment on lines -17 to -20
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.10'
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is a pre-install python3.10 in the vsaglib/vsag:ubuntu image. use "actions/setup-python@v3" to install a new will cause another issue:

CMake Error at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find Python3 (missing: Python3_INCLUDE_DIRS Development.Module)
  (found version "3.10.15")

Copy link
Collaborator

@LHT129 LHT129 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@jiaweizone jiaweizone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@wxyucs wxyucs merged commit 6852879 into main Jan 6, 2025
11 checks passed
@wxyucs wxyucs deleted the fix-make-lint-failure branch January 6, 2025 13:45
Carrot-77 pushed a commit to Carrot-77/vsag that referenced this pull request Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make lint failed: FileNotFoundError: [Errno 2] No such file or directory: 'build/compile_commands.json'
4 participants