Skip to content

Commit

Permalink
fix build file
Browse files Browse the repository at this point in the history
Signed-off-by: Avi Shinnar <[email protected]>
  • Loading branch information
shinnar committed Aug 23, 2024
1 parent c4c6e71 commit b8d6a78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
python-version: '3.11'
setup-target: '.[full,test]'
- test-case: test/test_autogen_lib.py
python-version: 3.11
python-version: '3.11'
setup-target: '.[test]'
- test-case: test/test_halving_gridsearchcv.py
python-version: 3.8
Expand Down Expand Up @@ -203,10 +203,10 @@ jobs:
python-version: 3.10
setup-target: '.[full,test]'
- test-case: test/test_core_transformers.py
python-version: 3.11
python-version: '3.11'
setup-target: '.[full,test]'
- test-case: test/test_autogen_lib.py
python-version: 3.11
python-version: '3.11'
setup-target: '.[test]'
- test-case: test/test_halving_gridsearchcv.py
python-version: 3.8
Expand Down

0 comments on commit b8d6a78

Please sign in to comment.