This website works better with JavaScript.
首頁
探索
說明
登入
anoopmb
/
frappe
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
ci: Remove dependency on requirements.txt for builds
version-14
Gavin D'souza
3 年之前
父節點
59ab6531c9
當前提交
21bad02b72
共有
2 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/patch-mariadb-tests.yml
+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
Write
Preview
Loading…
取消
儲存