mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-18 20:58:06 +00:00
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -88,6 +88,8 @@ jobs:
|
||||
run: |
|
||||
set -ex
|
||||
ls artifacts
|
||||
python -mvenv cli_venv
|
||||
. cli_venv/Scripts/activate
|
||||
cd src/cli
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements-dev.txt
|
||||
@ -110,6 +112,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
set -ex
|
||||
. cli_venv/Scripts/activate
|
||||
cd src/cli
|
||||
pip install -r requirements-lint.txt
|
||||
flake8 .
|
||||
|
Reference in New Issue
Block a user