From 9f3e313d0c5c4904d34638597eb92056fd9f7882 Mon Sep 17 00:00:00 2001 From: figeral Date: Mon, 1 Apr 2024 10:39:22 +0100 Subject: [PATCH] telegram action done --- .github/workflows/notify_on_push.yaml | 7 +++++-- .github/workflows/requirements.txt | 3 +-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/notify_on_push.yaml b/.github/workflows/notify_on_push.yaml index b4e1817..86a3cd0 100644 --- a/.github/workflows/notify_on_push.yaml +++ b/.github/workflows/notify_on_push.yaml @@ -20,8 +20,11 @@ jobs: with: python-version: '3.10' cache: 'pip' - + + - name: Installing dependencies + run: | + python3 -m pip install -r requirements.txt + - name : running script run: | - python3 .github/workflows/source/index.py diff --git a/.github/workflows/requirements.txt b/.github/workflows/requirements.txt index cd47818..663bd1f 100644 --- a/.github/workflows/requirements.txt +++ b/.github/workflows/requirements.txt @@ -1,2 +1 @@ - pytest - \ No newline at end of file +requests \ No newline at end of file