Update CI to include installation of this plugin

Not sure how I overlooked this
This commit is contained in:
Ethan Paul 2020-11-12 00:44:12 -05:00
parent d8d483e849
commit eba268a127
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF

View File

@ -23,8 +23,8 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python.version }}
- name: Install tox
run: pip install "tox>=3.20.0,<3.21.0" --upgrade
- name: Install project
run: pip install .
- name: Run tests via ${{ matrix.python.toxenv }}
run: tox -e ${{ matrix.python.toxenv }}
Check:
@ -35,7 +35,7 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install tox requirements
run: pip install "tox>=3.20.0,<3.21.0" --upgrade
- name: Install project
run: pip install .
- name: Run meta checks
run: tox -e static -e static-tests -e security