[Github Actions] install wheel and upgrade pip

This commit is contained in:
MinchinWeb 2021-05-17 21:25:15 -06:00
parent 86177beb9e
commit 8afa3c065c

View file

@ -65,6 +65,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install pip setuptools wheel --upgrade
python -m pip install . python -m pip install .
python -m pip install ./tests/external_plugins_src/ python -m pip install ./tests/external_plugins_src/
python -m pip install pytest behave python -m pip install pytest behave