Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ssili126 authored Sep 30, 2024
1 parent efc080d commit ff54fa2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
python-version: '3.12.3'

- name: Install dependencies
run: pip install selenium==4.19.0 requests==2.31.0 futures==3.0.5 eventlet==0.36.1
#run: pip install selenium==4.19.0 requests==2.31.0 futures==3.0.5 eventlet==0.36.1
run: pip install selenium requests futures eventlet

- name: Run itv_all
run: python ${{ github.workspace }}/itv_all.py
Expand Down

0 comments on commit ff54fa2

Please sign in to comment.