Skip to content

Commit dde3c13

Browse files
committed
🎨 Add git URL for python deps for pip
Problem: - `uv` dependency sources are listed in the `pyproject.toml` but we shouldn't prevent `pip` usage if it's easy. Solution: - Add the github source for CICD so that `pip` can install it.
1 parent 6d2776f commit dde3c13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "intel-cpp-std-extensions"
33
version = "0.0.1"
44
requires-python = ">=3.12"
55
dependencies = [
6-
"intel-cicd-repo-infrastructure"
6+
"intel-cicd-repo-infrastructure@git+https://github.com/intel/cicd-repo-infrastructure@dev"
77
]
88
license = "BSL-1.0"
99

0 commit comments

Comments
 (0)