From aa5acc814463f1ec3ea57c5a55557374ef082a9a Mon Sep 17 00:00:00 2001 From: Zach Fuller Date: Fri, 23 Aug 2024 20:17:44 -0700 Subject: [PATCH] updated uv version to 0.3.2 --- .github/workflows/ci-tests.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 59c1f9f..89f32b1 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -28,12 +28,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - # - name: Install Poetry - # uses: snok/install-poetry@v1 - # with: - # virtualenvs-create: true - # virtualenvs-in-project: true - # installer-parallel: true - name: Load cached venv id: cached-uv-dependencies uses: actions/cache@v4 @@ -43,7 +37,7 @@ jobs: - name: Install dependencies if: steps.cached-uv-dependencies.outputs.cache-hit != 'true' run: | - pip install uv==0.3.1 + pip install uv==0.3.2 uv venv source .venv/bin/activate uv sync