mirror of
https://github.com/msberends/AMR.git
synced 2025-07-21 01:33:25 +02:00
(v2.1.1.9207) fix PythonPackage
This commit is contained in:
1
.github/prehooks/commit-msg
vendored
1
.github/prehooks/commit-msg
vendored
@ -60,7 +60,6 @@ else
|
||||
fi
|
||||
|
||||
git add data-raw/*
|
||||
git add PythonPackage/*
|
||||
git add -u
|
||||
|
||||
exit 0
|
||||
|
1
.github/prehooks/pre-commit
vendored
1
.github/prehooks/pre-commit
vendored
@ -114,7 +114,6 @@ echo "${currentversion}" > .git/commit_version.tmp
|
||||
# Generate GPT knowledge info for our Assistant (https://chatgpt.com/g/g-M4UNLwFi5-amr-for-r-assistant)
|
||||
bash data-raw/_generate_GPT_knowledge_input.sh "${currentversion}"
|
||||
git add data-raw/*
|
||||
git add PythonPackage/*
|
||||
git add -u
|
||||
|
||||
exit 0
|
||||
|
Reference in New Issue
Block a user