pin pip version to run github workflows

This commit is contained in:
collerek
2021-08-06 10:52:04 +02:00
parent 027f922dab
commit 04555957b5

View File

@ -50,7 +50,7 @@ jobs:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install pip==21.0.1
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run mysql - name: Run mysql
env: env: