From a0dce4f94855758cdf6316ef62dcd0e2d890b63a Mon Sep 17 00:00:00 2001 From: Alihan Date: Sun, 22 Sep 2024 15:08:29 +0300 Subject: [PATCH 1/2] fast commit --- requirements_afsar.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_afsar.txt b/requirements_afsar.txt index dbf3aca..d26c7b4 100644 --- a/requirements_afsar.txt +++ b/requirements_afsar.txt @@ -21,7 +21,7 @@ loguru==0.7.2 lxml==5.3.0 MarkupSafe==2.1.5 multitasking==0.0.11 -numpy==2.1.1 +numpy==1.26.4 oauthlib==3.2.2 packaging==24.1 pandas==2.1.0 From e85dddd3a7e4ff55b494dd1875c3a9189c9ad71f Mon Sep 17 00:00:00 2001 From: Alihan Date: Sun, 22 Sep 2024 15:19:12 +0300 Subject: [PATCH 2/2] fast commit --- scripts/pull.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/pull.sh b/scripts/pull.sh index 5dc68a2..760ee95 100755 --- a/scripts/pull.sh +++ b/scripts/pull.sh @@ -5,11 +5,11 @@ perform_commit_pull() { git add . git commit -m "fast commit" if [ "$(hostname)" = "afsar" ]; then - git pull origin main + git pull origin main --no-rebase elif [ "$(hostname)" = "TC17785777" ]; then git pull origin main --no-rebase fi } echo "performing commit pull on $(hostname)" -perform_commit_pull \ No newline at end of file +perform_commit_pull