We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b5c28a commit 2dd458bCopy full SHA for 2dd458b
.github/workflows/docs.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install Python
20
uses: actions/setup-python@v2
21
with:
22
- python-version: 3.9
+ python-version: 3.12
23
# https://docs.github.com/en/actions/guides/building-and-testing-python#caching-dependencies
24
# ^-- How to set up caching for pip on Ubuntu
25
- name: Cache pip
.github/workflows/pytest.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Python
15
16
17
- python-version: 3.11
18
- name: Install dependencies
run: |
sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable
0 commit comments