소스 검색

ci: Remove dependency on requirements.txt for builds

version-14
Gavin D'souza 3 년 전
부모
커밋
21bad02b72
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      .github/workflows/patch-mariadb-tests.yml
  2. +1
    -1
      CODEOWNERS

+ 1
- 1
.github/workflows/patch-mariadb-tests.yml 파일 보기

@@ -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 파일 보기

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

불러오는 중...
취소
저장