Skip to content

Commit

Permalink
chore: testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 committed Apr 16, 2024
1 parent b972e27 commit 118640c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
python-version: '3.8'

- name: Install requests module
run: pip install requests

- name: Make the script files executable
run: chmod +x find_dependencies.py

Expand Down

0 comments on commit 118640c

Please sign in to comment.