mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2024-12-05 01:40:44 +00:00
Update CI to include installation of this plugin
Not sure how I overlooked this
This commit is contained in:
parent
d8d483e849
commit
eba268a127
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user