Skip to content

Commit

Permalink
Fixed the build for Python 3.10 and newer
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Dec 6, 2024
1 parent 897b6b2 commit 313b7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- run: |
python -m pip install --upgrade pip
pip install nose
pip install scikit-learn==${{ matrix.sklearn }}
pip install --only-binary :all: scikit-learn==${{ matrix.sklearn }}
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- run: |
nosetests

0 comments on commit 313b7d7

Please sign in to comment.