Skip to content

Commit

Permalink
remove dev from poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgn authored Jun 16, 2024
1 parent da344b3 commit 6243163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
pipx install poetry --python python${{ matrix.python-version }}
poetry --version
poetry env info
- name: Install libraries with dev group
- name: Install libraries without dev group
run: |
poetry install --with dev
poetry install
- name: Dumping some credzzzzz
run: |
poetry run netexec smb 127.0.0.1 -u nxc -p Pwn3d!!! --sam
Expand Down

0 comments on commit 6243163

Please sign in to comment.