We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94a0b7a + d23669b commit c7c1f06Copy full SHA for c7c1f06
1 file changed
.github/workflows/test.yml
@@ -26,6 +26,9 @@ jobs:
26
python-version: ${{ matrix.python-version }}
27
cache: poetry
28
cache-dependency-path: poetry.lock
29
+ - name: Install with pipx
30
+ run: |
31
+ pipx install . --python python${{ matrix.python-version }}
32
- name: Install poetry
33
run: |
34
pipx install poetry --python python${{ matrix.python-version }}
@@ -45,4 +48,4 @@ jobs:
45
48
poetry run netexec mssql 127.0.0.1
46
49
poetry run netexec ssh 127.0.0.1
47
50
poetry run netexec ftp 127.0.0.1
- poetry run netexec smb 127.0.0.1 -M veeam
51
+ poetry run netexec smb 127.0.0.1 -M veeam
0 commit comments