Skip to content

Commit e3c8399

Browse files
Use raphtory from python dir (#2275)
* Use raphtory from python dir * comment to match * chore: apply tidy-public auto-fixes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b3d9811 commit e3c8399

File tree

2 files changed

+203
-203
lines changed

2 files changed

+203
-203
lines changed

.github/workflows/test_python_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ jobs:
8989
- name: Run stubsgen
9090
if: matrix.os == 'ubuntu-latest' && matrix.python == '3.13'
9191
run: |
92-
echo "Installing Raphtory from cache..."
93-
pip install raphtory
92+
echo "Installing Raphtory from ./python"
93+
pip install -e ./python
9494
echo "Installing stubsgen"
9595
python -m pip install -e stub_gen
9696
cd python/scripts && python gen-stubs.py

0 commit comments

Comments
 (0)