From 703765318369a45c250036823349cf8fc399e0d2 Mon Sep 17 00:00:00 2001 From: dwreeves Date: Sat, 8 Jun 2024 23:21:13 -0400 Subject: [PATCH] update --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 824db136b..25448f6b1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -77,6 +77,7 @@ jobs: - name: Install packages and dependencies run: | python -m pip install uv + uv pip install --system hatch hatch -e tests.py${{ matrix.python-version }}-${{ matrix.airflow-version }} run pip freeze - name: Test Cosmos against Airflow ${{ matrix.airflow-version }} and Python ${{ matrix.python-version }}