1
0
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:
Caleb Stewart 2021-05-30 00:33:02 -04:00
parent c08b62c281
commit f4e9d4120a

View File

@ -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