We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8a694 commit 5c96244Copy full SHA for 5c96244
.github/workflows/ci.yml
@@ -50,8 +50,8 @@ jobs:
50
python-version: ${{ matrix.python-version }}
51
- name: Install dependencies
52
run: |
53
- pip install -U "pip>=21.1"
54
- pip install -U setuptools "tox-gh-actions==2.12.0" coverage
+ pip install -U "pip>=23.1.1"
+ pip install -U setuptools "tox-gh-actions==3.1.0" coverage
55
sudo apt-get update
56
sudo apt-get install binutils libproj-dev gdal-bin libmemcached-dev
57
- name: Log versions
0 commit comments