Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
isPique authored Aug 13, 2024
1 parent e1ef202 commit 3ed2ab0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
python-version: '3.8'

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y tor
pip install requests
run: sudo apt-get update && sudo apt-get install -y tor && pip install requests

- name: Run script
run: |
Expand Down

0 comments on commit 3ed2ab0

Please sign in to comment.