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 7712a02 commit 349c7c5Copy full SHA for 349c7c5
.github/workflows/python-package.yml
@@ -50,7 +50,7 @@ jobs:
50
run: |
51
uv sync --locked --all-extras --dev
52
uv pip install -e .[dev,yosys,pypcode,rust,solvers]
53
- uv python3 -c "from kdrag.solvers import VampireSolver;print(VampireSolver().check())" # run to install vampire
+ uv run python3 -c "from kdrag.solvers import VampireSolver;print(VampireSolver().check())" # run to install vampire
54
#- name: Build kdragrs
55
# run: |
56
# cd rust/kdragrs
0 commit comments