Skip to content

Commit

Permalink
Split tox into seperate ci jobs (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauicv authored Jul 21, 2023
1 parent e3deb76 commit 75cf298
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ jobs:
optional_dependencies:

runs-on: ubuntu-latest

strategy:
matrix:
env: [ 'default', 'tensorflow', 'torch', 'shap', 'ray', 'all' ]
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.x
Expand All @@ -165,4 +167,4 @@ jobs:
- name: Check optional dependency imports are protected
run: |
pip install "tox>=3.21.0,<4.0.0"
tox
tox -e ${{matrix.env}}

0 comments on commit 75cf298

Please sign in to comment.