Procházet zdrojové kódy

ci: Remove dependency on requirements.txt for builds

version-14
Gavin D'souza před 3 roky
rodič
revize
21bad02b72
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +1
    -1
      .github/workflows/patch-mariadb-tests.yml
  2. +1
    -1
      CODEOWNERS

+ 1
- 1
.github/workflows/patch-mariadb-tests.yml Zobrazit soubor

@@ -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



+ 1
- 1
CODEOWNERS Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit