Install all optional dependencies in CI

This commit is contained in:
Timmy Welch 2022-08-08 19:10:57 -07:00
parent f17f560705
commit 8ecb87fa26
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ jobs:
- name: Build and install PyPi packages
run: |
make clean pydist
python -m pip install "dist/$(python setup.py --fullname)-py3-none-any.whl[GUI,CBR]"
python -m pip install "dist/$(python setup.py --fullname)-py3-none-any.whl[all]"
- name: build
run: |

View File

@ -45,7 +45,7 @@ jobs:
- name: Build, Install and Test PyPi packages
run: |
make clean pydist
python -m pip install "dist/$(python setup.py --fullname)-py3-none-any.whl[GUI,CBR]"
python -m pip install "dist/$(python setup.py --fullname)-py3-none-any.whl[all]"
echo "CT_FULL_NAME=$(python setup.py --fullname)" >> $GITHUB_ENV
python -m flake8
python -m pytest