mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-11-30 20:34: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
|
python -m pip install --upgrade pip
|
||||||
pip install flake8 pytest
|
pip install flake8 pytest
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
python setup.py install
|
||||||
# - name: Lint with flake8
|
# - name: Lint with flake8
|
||||||
# run: |
|
# run: |
|
||||||
# flake8
|
# flake8
|
||||||
|
Loading…
Reference in New Issue
Block a user