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 118640c commit cd6463d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
python-version: '3.8'

- name: Install requests module
run: pip install requests
run: pip install requests

- name: Install requests module
run: pip install rich

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

0 comments on commit cd6463d

Please sign in to comment.