ci: Remove dependency on requirements.txt for builds
This commit is contained in:
parent
59ab6531c9
commit
21bad02b72
2 changed files with 2 additions and 2 deletions
2
.github/workflows/patch-mariadb-tests.yml
vendored
2
.github/workflows/patch-mariadb-tests.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue