Skip to content

Commit 5c96244

Browse files
authored
Upgrade to tox4, latest pip (#361)
1 parent ac8a694 commit 5c96244

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
python-version: ${{ matrix.python-version }}
5151
- name: Install dependencies
5252
run: |
53-
pip install -U "pip>=21.1"
54-
pip install -U setuptools "tox-gh-actions==2.12.0" coverage
53+
pip install -U "pip>=23.1.1"
54+
pip install -U setuptools "tox-gh-actions==3.1.0" coverage
5555
sudo apt-get update
5656
sudo apt-get install binutils libproj-dev gdal-bin libmemcached-dev
5757
- name: Log versions

0 commit comments

Comments
 (0)