We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae2d97 commit 90d384eCopy full SHA for 90d384e
2 files changed
.github/workflows/ci.yml
@@ -34,7 +34,8 @@ jobs:
34
- name: Install dependencies
35
run: |
36
python -m pip install --upgrade pip
37
- pip install -e .
+ pip install setuptools wheel
38
+ pip install .
39
pip install pytest pytest-asyncio litellm pyyaml
40
41
- name: Run tests
@@ -110,7 +111,8 @@ jobs:
110
111
112
113
114
115
116
117
- name: Run production readiness check
118
pyproject.toml
@@ -1,6 +1,6 @@
1
[build-system]
2
requires = ["setuptools>=61.0", "wheel"]
3
-build-backend = "setuptools.backends._legacy:_Backend"
+build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "self-optimizing-holo-evolution"
0 commit comments