Skip to content

Commit 7aa90fa

Browse files
committed
Change name of devtools-doctor to dtdoctor
1 parent 7491b71 commit 7aa90fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Install devtools
1212
run: ls && pip install .[dev] numpy
1313
- name: diagnostic
14-
run: devtools-doctor
14+
run: dtdoctor
1515
- name: test1
1616
run: pytest
1717
- name: test2
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install devtools
2727
run: pip install .[dev] numpy
2828
- name: diagnostic
29-
run: devtools-doctor
29+
run: dtdoctor
3030
- name: test1
3131
run: pytest
3232
- name: test2
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install devtools
4242
run: pip install .[dev] numpy
4343
- name: diagnostic
44-
run: devtools-doctor
44+
run: dtdoctor
4545
- name: test1
4646
run: pytest
4747
- name: test2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dev = [
1717
]
1818

1919
[project.scripts]
20-
devtools-doctor = "devtools.browser:diagnose"
20+
dtdoctor = "devtools.browser:diagnose"
2121

2222
[tool.ruff.lint]
2323
ignore = ["E701"]

0 commit comments

Comments
 (0)