Skip to content

Commit

Permalink
Update Python version to 3.11 and command to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
Cdaprod committed Mar 6, 2024
1 parent 7c0c4ba commit f5ca55f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/process-urls-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.11'

- name: Install dependencies
run: |
Expand All @@ -27,4 +27,4 @@ jobs:

- name: Run Hydrate URLs Script
run: |
python hydrate.py
python3 hydrate.py

0 comments on commit f5ca55f

Please sign in to comment.