Skip to content

Commit

Permalink
Set python-version to 3.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
juuso-j authored Jan 30, 2024
1 parent 2d210b4 commit 8fc3f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10.4
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.10.0
python-version: 3.10.4
- name: Install required Ubuntu packages
run: |
sudo apt-get install gdal-bin
Expand Down

0 comments on commit 8fc3f03

Please sign in to comment.