delete python function (#2763)

* delete python function

* fix build
This commit is contained in:
Cheick Keita
2023-01-25 22:05:55 +00:00
committed by GitHub
parent d79e6d9864
commit 7de23af60c
186 changed files with 4 additions and 18165 deletions

View File

@ -29,13 +29,6 @@ echo "layout python3" >> .envrc
direnv allow
pip install -e .
echo "Install api-service"
cd /workspaces/onefuzz/src/api-service
echo "layout python3" >> .envrc
direnv allow
pip install -r requirements-dev.txt
cd __app__
pip install -r requirements.txt
cd /workspaces/onefuzz/src/utils
chmod u+x lint.sh