ci: Remove dependency on requirements.txt for builds

This commit is contained in:
Gavin D'souza 2022-06-15 14:40:29 +05:30
parent 59ab6531c9
commit 21bad02b72
2 changed files with 2 additions and 2 deletions

View file

@ -124,7 +124,7 @@ jobs:
git fetch --depth 1 upstream $branch_name:$branch_name
git checkout -q -f $branch_name
pip install -q -r requirements.txt
bench setup requirements --python
bench --site test_site migrate
done

View file

@ -12,7 +12,7 @@ data_import* @netchampfaris
core/ @surajshetty3416
database @gavindsouza
model @gavindsouza
requirements.txt @gavindsouza
pyproject.toml @gavindsouza
query_builder/ @gavindsouza
commands/ @gavindsouza
workspace @shariquerik