We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b64a8 commit d23669bCopy full SHA for d23669b
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 }}
@@ -34,10 +37,6 @@ jobs:
37
- name: Install libraries with dev group
35
38
36
39
poetry install --with dev
- - name: Install with pipx
- run: |
- pipx ensurepath
40
- pipx install git+https://github.com/Pennyw0rth/NetExec --python python${{ matrix.python-version }}
41
- name: Load every protocol and module
42
43
poetry run netexec winrm 127.0.0.1
0 commit comments