Skip to content

Commit 349c7c5

Browse files
committed
vi for vampire
1 parent 7712a02 commit 349c7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
uv sync --locked --all-extras --dev
5252
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
53+
uv run python3 -c "from kdrag.solvers import VampireSolver;print(VampireSolver().check())" # run to install vampire
5454
#- name: Build kdragrs
5555
# run: |
5656
# cd rust/kdragrs

0 commit comments

Comments
 (0)