Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ssili126 authored May 17, 2024
1 parent 419c12f commit 0ed45a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.x
python-version: '3.12.3'

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

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

0 comments on commit 0ed45a5

Please sign in to comment.