mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-11-27 19:04:15 +01:00
Added setup.py call to workflow
This commit is contained in:
parent
c08b62c281
commit
f4e9d4120a
1
.github/workflows/python.yml
vendored
1
.github/workflows/python.yml
vendored
@ -21,6 +21,7 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip install flake8 pytest
|
||||
pip install -r requirements.txt
|
||||
python setup.py install
|
||||
# - name: Lint with flake8
|
||||
# run: |
|
||||
# flake8
|
||||
|
Loading…
Reference in New Issue
Block a user