Skip to content

Commit

Permalink
fix on github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
savon-noir committed Nov 29, 2020
1 parent 1691dc5 commit 7cec667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preflight_check.yaml
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install black isort
pip install black isort flake8
- name: Format checker with psf/black
run: black --check -l 79 .
- name: Format checker with isort
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Setup Environment
run: |
python -m pip install --upgrade pip
pip install flake8 pytest pytest-cov defusedxml
pip install pytest pytest-cov defusedxml
pip install coveralls
sudo apt-get install -y nmap
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand Down

0 comments on commit 7cec667

Please sign in to comment.