Skip to content

Commit d892c14

Browse files
authored
Merge pull request #17 from victormlg/venv-bug
Fix uv venv errors because of preexisting environment
2 parents f27fab4 + 0b89ea2 commit d892c14

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
python -m pip install uv
2929
- name: Setup
3030
run: |
31-
uv venv
32-
uv sync
31+
uv sync --frozen
3332
- name: Check formatting with black
3433
run: |
3534
uv tool run black --check .

src/cfengine_cli/docs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
from cfengine_cli.lint import lint_policy_file
1919
from cfengine_cli.utils import UserError
2020

21-
2221
IGNORED_DIRS = [".git"]
2322

2423

0 commit comments

Comments
 (0)