Skip to content

Commit

Permalink
chore(update.yml): update Python version from 3.10.9 to 3.11.8 to use…
Browse files Browse the repository at this point in the history
… the latest stable version

chore(update.yml): update tabula-py and pandas dependencies to the latest versions
  • Loading branch information
ryo-ma committed Feb 17, 2024
1 parent d122bd4 commit e74c7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: "3.10.9"
python-version: "3.11.8"
- name: Install Python dependencies
run: pip install tabula-py pandas
- name: PDF to CSV
Expand Down

0 comments on commit e74c7a4

Please sign in to comment.