Skip to content

Commit e995ce7

Browse files
committed
CI: migrate workflows from poetry to uv
1 parent 80f6137 commit e995ce7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cache-dependency-path: uv.lock
2727
- name: Install dependencies with dev group
2828
run: |
29-
uv sync --group dev
29+
uv sync
3030
- name: Run ruff
3131
run: |
3232
uv run ruff --version

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
pipx install . --python python${{ matrix.python-version }}
3333
- name: Install libraries with dev group
3434
run: |
35-
uv sync --group dev
35+
uv sync
3636
- name: Load every protocol and module
3737
run: |
3838
uv run netexec winrm 127.0.0.1

0 commit comments

Comments
 (0)