Skip to content

Commit

Permalink
update setup-python version
Browse files Browse the repository at this point in the history
  • Loading branch information
nllong committed Apr 21, 2024
1 parent 82a8c94 commit f5ae9f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"words": [
"autoload",
"geodataframe",
"notna",
"quadkey",
"quadkeys",
"streetaddress",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5.1.0
with:
python-version: '3.x'
- name: Install Poetry
Expand Down

0 comments on commit f5ae9f0

Please sign in to comment.