Skip to content

Commit

Permalink
telegram action done
Browse files Browse the repository at this point in the history
  • Loading branch information
Figeral committed Apr 1, 2024
1 parent a87d91b commit 9f3e313
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/notify_on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions .github/workflows/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
pytest

requests

0 comments on commit 9f3e313

Please sign in to comment.