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 80f6137 commit e995ce7Copy full SHA for e995ce7
2 files changed
.github/workflows/lint.yml
@@ -26,7 +26,7 @@ jobs:
26
cache-dependency-path: uv.lock
27
- name: Install dependencies with dev group
28
run: |
29
- uv sync --group dev
+ uv sync
30
- name: Run ruff
31
32
uv run ruff --version
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
pipx install . --python python${{ matrix.python-version }}
33
- name: Install libraries with dev group
34
35
36
- name: Load every protocol and module
37
38
uv run netexec winrm 127.0.0.1
0 commit comments