Skip to content

Commit

Permalink
Rearrange pip commands because of pypa/pip#8214
Browse files Browse the repository at this point in the history
  • Loading branch information
flyte committed Jan 18, 2021
1 parent 7aa5738 commit e38cbba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
paho-mqtt
PyYAML>=5.3.1
enum34
cerberus

0 comments on commit e38cbba

Please sign in to comment.