Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ensmallen & embiggen from requirements #26

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
4 changes: 3 additions & 1 deletion .github/workflows/qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ jobs:

- name: Install Poetry
uses: snok/install-poetry@v1
- name: TEMPORARY WORKAROUND - Install Ensmallen
run: poetry run pip install ensmallen
- name: Install dependencies
run: poetry install --no-interaction
run: export POETRY_SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True && poetry install --no-interaction

- name: Check code quality with flake8
run: poetry run tox -e flake8
Expand Down
Loading