diff --git a/.github/workflows/performance-test.yml b/.github/workflows/performance-test.yml index a43543e..af5fe43 100644 --- a/.github/workflows/performance-test.yml +++ b/.github/workflows/performance-test.yml @@ -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: | diff --git a/settings.gradle.kts b/settings.gradle.kts index 29ef3ad..ea954ae 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -7,10 +7,11 @@ pluginManagement { } } dependencyResolutionManagement { - repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) + repositoriesMode.set(RepositoriesMode.PREFER_SETTINGS) repositories { google() mavenCentral() + gradlePluginPortal() } }