Skip to content
Snippets Groups Projects
Commit e38cbba5 authored by Ellis Percival's avatar Ellis Percival
Browse files

Rearrange pip commands because of https://github.com/pypa/pip/issues/8214

parent 7aa5738c
No related branches found
No related tags found
No related merge requests found
......@@ -13,10 +13,10 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- run: pip install pytest mock -r requirements.txt
- run: make schema
- run: pip install black
if: matrix.python-version != '2.7'
- run: pip install pytest mock -r requirements.txt
- run: make schema
- run: make black
if: matrix.python-version != '2.7'
- run: PYTHONPATH=$GITHUB_WORKSPACE py.test -m "not hw_raspberrypi and not mqtt"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment