Skip to content

Commit 6acac00

Browse files
authored
Merge pull request road-core#149 from tisnik/fix-ci-pip-install-issues
Fix ci pip install issues on CI
2 parents ac438c0 + ea60de4 commit 6acac00

File tree

3 files changed

+20
-14
lines changed

3 files changed

+20
-14
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ install-tools: install-woke ## Install required utilities/tools
2222
# pip uninstall -y mypy 2> /dev/null || true
2323
# display setuptools version
2424
pip show setuptools
25+
export PIP_DEFAULT_TIMEOUT=100
2526
# install all dependencies, including devel ones
2627
pdm install --dev
2728
# check that correct mypy version is installed

pdm.lock

Lines changed: 17 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ version = "0.2.0"
7878
description = "OpenShift LightSpeed is an AI powered assistant that runs on OpenShift and provides answers to product questions using backend LLM services."
7979
authors = []
8080
dependencies = [
81-
"pdm==2.20.0.post1",
81+
"pdm==2.21.0",
8282
"torch==2.4.1",
8383
"pandas==2.1.4",
8484
"httpx==0.27.2",
@@ -119,6 +119,7 @@ dependencies = [
119119
"tqdm==4.66.5",
120120
"findpython==0.6.2",
121121
"filelock==3.16.1",
122+
"ffmpy==0.4.0",
122123
]
123124
requires-python = "==3.11.*"
124125
readme = "README.md"

0 commit comments

Comments
 (0)