From cd3af5e938e5912f223314945bfa35cbda166df4 Mon Sep 17 00:00:00 2001 From: Shauna Gordon-McKeon Date: Mon, 2 Dec 2024 17:00:10 -0500 Subject: [PATCH] Remove uv from pip-install check --- .github/workflows/python-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-checks.yml b/.github/workflows/python-checks.yml index e13fb00ae..56885e33a 100644 --- a/.github/workflows/python-checks.yml +++ b/.github/workflows/python-checks.yml @@ -166,7 +166,7 @@ jobs: - name: Patch install error when using Python 3.9, limited dependencies, and MacOS if: ${{ matrix.limited-dependencies }} == True and ${{ matrix.os }} == "macos-latest" and ${{ matrix.python-version }} == "3.9" - run: uv pip install --system psycopg2-binary==2.9.9 + run: pip install --system psycopg2-binary==2.9.9 - name: Install dependencies env: