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:
Wiktor
2025-07-23 03:40:41 +02:00
parent 2ae8db77cb
commit 86c3024a26
2 changed files with 3 additions and 2 deletions

View File

@@ -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: |