We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da9eb2a commit d31f553Copy full SHA for d31f553
.github/workflows/python.yml
@@ -46,5 +46,6 @@ jobs:
46
uv venv -p ${{ matrix.python }}
47
source .venv/bin/activate
48
uv pip install -r python/requirements_locked_3_13.txt
49
+ uv pip install python/tskit_glue
50
python -m pytest python
51
0 commit comments