Skip to content

Commit e62fefa

Browse files
committed
fix: deps
1 parent 6f5e399 commit e62fefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install dependencies
4545
run: |
4646
uv venv
47-
uv pip install -e .
47+
uv pip install -e json2xml[dev]
4848
- name: Run ty
4949
run: |
5050
source .venv/bin/activate

0 commit comments

Comments
 (0)