From 9a32542210e11d6ae579ec792cc112be7abb2950 Mon Sep 17 00:00:00 2001 From: Zain Dana Harper Date: Mon, 30 Mar 2026 17:03:37 -0700 Subject: [PATCH] Restore git dependency for quanta-color (PyPI upload failed) Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 414a9c1..9d314a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install git+https://github.com/HarperZ9/quanta-color.git pip install -e ".[all]" pip install pytest - name: Run tests