Skip to content

Commit

Permalink
Fixing legacy scikit-learn test
Browse files Browse the repository at this point in the history
  • Loading branch information
naoise-h committed Oct 10, 2024
1 parent 7900742 commit 74a0d24
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
version: 1.26.4
python-version: '3.11'

- library: scikit-learn
- library: scikit-learn-legacy
version: 1.2.2
python-version: '3.10'
- library: scikit-learn
Expand Down Expand Up @@ -74,6 +74,11 @@ jobs:
run: |
python -m pip install scikit-learn==${{ matrix.version }}
- name: Pre-install scikit-learn (legacy)
if: ${{ matrix.library == 'scikit-learn-legacy' }}
run: |
python -m pip install scikit-learn==${{ matrix.version }} numpy==1.26.4
- name: Pre-install scipy
if: ${{ matrix.library == 'scipy' }}
run: |
Expand Down

0 comments on commit 74a0d24

Please sign in to comment.