Skip to content

Commit

Permalink
Fix update-data.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pmariglia committed Jan 18, 2025
1 parent 3da3b28 commit 1056910
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@ on:
jobs:
Update-data-files:
runs-on: ubuntu-latest
env:
PYTHONPATH: "."
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: main
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.13
- name: Install Requirements
run: |
python -m pip install requests
Expand Down

0 comments on commit 1056910

Please sign in to comment.