Skip to content

Commit 9d78bc5

Browse files
committed
Use latest version of pip for CI
Fix "KeyError: 'unix_user'" at "pip3 install -e .." step.
1 parent a1fd3bc commit 9d78bc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
sudo apt-get install libmemcached-dev
2727
- name: Install Django and its Python test dependencies
2828
run: |
29+
pip3 install -U pip
2930
cd django_repo/tests/
3031
pip3 install -e ..
3132
pip3 install -r requirements/py3.txt

0 commit comments

Comments
 (0)