We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c1ad4 commit 793f74cCopy full SHA for 793f74c
1 file changed
.github/workflows/python-test.yml
@@ -227,7 +227,7 @@ jobs:
227
uv run python -c "import sys; print('Python paths:'); print('\n'.join(sys.path))"
228
uv run python -c "import numpy; print('numpy imported successfully')" || echo "Failed to import numpy"
229
uv run python -c "import networkx; print('networkx imported successfully')" || echo "Failed to import networkx"
230
-
+
231
- name: Run standard tests
232
run: |
233
# Ensure dependencies are installed
0 commit comments