Skip to content

Commit d23669b

Browse files
committed
Update test.yml
Signed-off-by: mpgn <5891788+mpgn@users.noreply.github.com>
1 parent b1b64a8 commit d23669b

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
python-version: ${{ matrix.python-version }}
2727
cache: poetry
2828
cache-dependency-path: poetry.lock
29+
- name: Install with pipx
30+
run: |
31+
pipx install . --python python${{ matrix.python-version }}
2932
- name: Install poetry
3033
run: |
3134
pipx install poetry --python python${{ matrix.python-version }}
@@ -34,10 +37,6 @@ jobs:
3437
- name: Install libraries with dev group
3538
run: |
3639
poetry install --with dev
37-
- name: Install with pipx
38-
run: |
39-
pipx ensurepath
40-
pipx install git+https://github.com/Pennyw0rth/NetExec --python python${{ matrix.python-version }}
4140
- name: Load every protocol and module
4241
run: |
4342
poetry run netexec winrm 127.0.0.1

0 commit comments

Comments
 (0)