We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e62fefa commit cd76e36Copy full SHA for cd76e36
.github/workflows/lint.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Install dependencies
45
run: |
46
uv venv
47
- uv pip install -e json2xml[dev]
+ uv pip install -e ".[dev]"
48
- name: Run ty
49
50
source .venv/bin/activate
0 commit comments