Skip to content

Commit 76e520a

Browse files
committed
fix: Correct import test in CI
- Import from commands.subs.build directly, not from commands.subs
1 parent 30b3822 commit 76e520a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/minimal-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
pip install -r tools/requirements.txt
3535
3636
# Verify installation
37-
python -c "from commands.subs import build; print('Import successful')"
37+
python -c "from commands.subs.build import build; print('Import successful')"
3838
3939
# Run tests
4040
black . --check

0 commit comments

Comments
 (0)