File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -61,24 +61,24 @@ jobs:
61
61
- name : Install the project (core)
62
62
run : uv pip install -e .[core]
63
63
- name : Set up commit0
64
- run : uv run commit0-core setup simpy
64
+ run : uv run commit0 setup simpy
65
65
- name : Build docker images
66
- run : uv run commit0-core build
66
+ run : uv run commit0 build
67
67
- name : Get tests
68
- run : uv run commit0-core get-tests simpy
68
+ run : uv run commit0 get-tests simpy
69
69
- name : Test
70
70
env :
71
71
MODAL_TOKEN_ID : ${{secrets.MODAL_TOKEN_ID}}
72
72
MODAL_TOKEN_SECRET : ${{secrets.MODAL_TOKEN_SECRET}}
73
73
run : |
74
- uv run commit0-core test simpy tests/test_event.py::test_succeed --reference --rebuild
75
- uv run commit0-core test simpy tests/test_event.py::test_succeed --reference
74
+ uv run commit0 test simpy tests/test_event.py::test_succeed --reference --rebuild
75
+ uv run commit0 test simpy tests/test_event.py::test_succeed --reference
76
76
- name : Evaluate
77
77
env :
78
78
MODAL_TOKEN_ID : ${{secrets.MODAL_TOKEN_ID}}
79
79
MODAL_TOKEN_SECRET : ${{secrets.MODAL_TOKEN_SECRET}}
80
80
run : |
81
- uv run commit0-core evaluate --reference --rebuild
82
- uv run commit0-core evaluate --reference
81
+ uv run commit0 evaluate --reference --rebuild
82
+ uv run commit0 evaluate --reference
83
83
- name : Lint
84
- run : uv run commit0-core lint commit0/harness/
84
+ run : uv run commit0 lint commit0/harness/
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ classifiers = [
30
30
31
31
[project .scripts ]
32
32
commit0 = " commit0.__main__:main"
33
- agent = " commit0.optional.agent.__main__:main"
34
33
35
34
[tool .hatch .build .targets .wheel ]
36
35
packages = [" commit0" ]
You can’t perform that action at this time.
0 commit comments