Skip to content

Commit 793f74c

Browse files
committed
Fix?
1 parent a5c1ad4 commit 793f74c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
uv run python -c "import sys; print('Python paths:'); print('\n'.join(sys.path))"
228228
uv run python -c "import numpy; print('numpy imported successfully')" || echo "Failed to import numpy"
229229
uv run python -c "import networkx; print('networkx imported successfully')" || echo "Failed to import networkx"
230-
230+
231231
- name: Run standard tests
232232
run: |
233233
# Ensure dependencies are installed

0 commit comments

Comments
 (0)