1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-17 17:42:20 +03:00

Fixed backwards pip install command

This commit is contained in:
A_D 2020-12-09 19:33:56 +02:00 committed by Athanasius
parent c69cc77682
commit 1c80578fef

View File

@ -52,7 +52,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip wheel install flake8
pip install wheel flake8
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; elif [ -f requirements.txt ]; then pip install -r requirements.txt ; fi
####################################################################