Skip to content

Conversation

@networmix
Copy link
Owner

No description provided.

networmix added 2 commits June 3, 2025 18:43
… package installation by using '.[dev]' for all development dependencies.
@networmix networmix self-assigned this Jun 3, 2025
@networmix networmix merged commit 994dc73 into main Jun 3, 2025
2 checks passed
@networmix networmix deleted the dev branch June 3, 2025 23:56
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Bug: Missing Source Code and Dev Dependencies

The Docker build fails because the RUN pip install '.[dev}' command requires the project source code (including pyproject.toml) but it is not copied into the image before this step. Additionally, explicit installation of 'build' and 'twine' is removed; these packages might be needed but are not included in the dev dependencies.

Dockerfile#L29-L30

NetGraph/Dockerfile

Lines 29 to 30 in 7e5c3d7

# Install Python packages
RUN pip install --no-cache-dir '.[dev]'

Fix in Cursor


Bug: Markdown Changes Ignored in Docs Workflow

The docs workflow (.github/workflows/docs.yml) uses paths-ignore: ['*.md'], preventing documentation updates when markdown content files are changed.

.github/workflows/docs.yml#L3-L5

push:
branches: [main]
paths-ignore: [.github/**, '*.md']

Fix in Cursor


BugBot free trial expires on June 9, 2025
You have used $0.00 of your $50.00 spend limit so far. Manage your spend limit in the Cursor dashboard.

Was this report helpful? Give feedback by reacting with 👍 or 👎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants