Skip to content

Commit

Permalink
Try a fix in publish.yml (python3.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcevaer committed Oct 30, 2023
1 parent 8e179a0 commit cfa76d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.10'
- name: Install system packages
run: sudo apt-get install -y libgdal-dev
- name: Setup Environment Variables
Expand Down

0 comments on commit cfa76d1

Please sign in to comment.