Skip to content

Commit

Permalink
ml rose dep
Browse files Browse the repository at this point in the history
  • Loading branch information
JHoelli committed Jul 19, 2023
1 parent 5e0ba98 commit 1357bfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ jobs:
python-version: 3.9
- run: export SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True
- run: pip install sklearn==0.0
- run: pip install https://github.com/gkhayes/mlrose/archive/refs/heads/master.zip
- run: pip install .[docs]
- run: mkdocs gh-deploy --force
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
run: |
export SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True
python -m pip install --upgrade pip
pip install https://github.com/gkhayes/mlrose/archive/refs/heads/master.zip
pip install wheel
pip install .[dev]
- name: pytest
Expand Down

0 comments on commit 1357bfa

Please sign in to comment.