fix(build): resolve repository and dependency issues
- Change repositoriesMode from FAIL_ON_PROJECT_REPOS to PREFER_SETTINGS - Remove 'time' from pip install (it's a built-in Python module) - Fixes workflow failures caused by repository configuration Made by Wiktor/overspend1
This commit is contained in:
2
.github/workflows/performance-test.yml
vendored
2
.github/workflows/performance-test.yml
vendored
@@ -218,7 +218,7 @@ jobs:
|
||||
- name: Install ML dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install scikit-learn pandas numpy time
|
||||
pip install scikit-learn pandas numpy
|
||||
|
||||
- name: Run ML inference performance test
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user