Skip to content

Commit

Permalink
Update notebook CI to match #817 (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascillitoe authored Nov 8, 2022
1 parent ad2df5f commit 91b0e7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test_all_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,11 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade --upgrade-strategy eager -r requirements/dev.txt -r testing/requirements.txt
python -m pip install --upgrade --upgrade-strategy eager -e .
python -m pip install --upgrade --upgrade-strategy eager .[shap,tensorflow]
if [ "$RUNNER_OS" != "Windows" ]; then
# Windows support for ray is experimental (https://docs.ray.io/en/latest/installation.html#windows-support)
python -m pip install --upgrade --upgrade-strategy eager -e .[ray]
python -m pip install --upgrade --upgrade-strategy eager .[shap,tensorflow,ray]
fi
python -m pip install --upgrade --upgrade-strategy eager -e .[shap,tensorflow]
python -m spacy download en_core_web_md
python -m pip freeze
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test_changed_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,11 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade --upgrade-strategy eager -r requirements/dev.txt -r testing/requirements.txt
python -m pip install --upgrade --upgrade-strategy eager -e .
python -m pip install --upgrade --upgrade-strategy eager .[shap,tensorflow]
if [ "$RUNNER_OS" != "Windows" ]; then
# Windows support for ray is experimental (https://docs.ray.io/en/latest/installation.html#windows-support)
python -m pip install --upgrade --upgrade-strategy eager -e .[ray]
python -m pip install --upgrade --upgrade-strategy eager .[shap,tensorflow,ray]
fi
python -m pip install --upgrade --upgrade-strategy eager -e .[shap,tensorflow]
python -m spacy download en_core_web_md
python -m pip freeze
Expand Down

0 comments on commit 91b0e7e

Please sign in to comment.