Skip to content

Commit 79c27d4

Browse files
committed
Installing just the package that is needed for failing test to work in workflow
1 parent b5a319e commit 79c27d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
python -m pip install --upgrade pip
2424
pip install setuptools wheel twine requests
25-
pip install -r requirements.txt
25+
pip install scikit-learn==1.3.2
2626
2727
# Check if the current version is already on PyPI
2828
- name: Check version on PyPI

0 commit comments

Comments
 (0)