Skip to content

Commit 519d851

Browse files
committed
fix(ci): mypy needs everyvoice itself installed
1 parent 278668b commit 519d851

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pre-commit.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
- name: Checkout repository and submodules
1818
uses: actions/checkout@v4
1919
with:
20-
token: ${{ secrets.SGILE_PAT }}
2120
submodules: recursive
2221
- name: Set up Python
2322
uses: actions/setup-python@v5
@@ -26,7 +25,7 @@ jobs:
2625
- name: Install dependencies and package
2726
run: |
2827
pip install -r requirements.dev.txt
29-
pip install pydantic
28+
pip install -e .
3029
- name: File changes
3130
uses: tj-actions/changed-files@v36
3231
id: file_changes

0 commit comments

Comments
 (0)