Skip to content

Commit

Permalink
fix-CI-build
Browse files Browse the repository at this point in the history
Latest version of pip causing issues with build:
pypa/pip#9203 (comment)

Leaving pip unupgraded should fix issue.
  • Loading branch information
Immodal authored Dec 13, 2020
1 parent 5c005e4 commit a30183a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
python ./pip/pip-install.py --python=python --pip=pip
- name: Verify MariaDB connection
env:
Expand Down

0 comments on commit a30183a

Please sign in to comment.