From 7bf3ad459a687fa580e0337001e9c0207cb56389 Mon Sep 17 00:00:00 2001 From: Jason Liu Date: Wed, 17 Apr 2024 17:23:23 -0600 Subject: [PATCH] update installs --- .github/workflows/python-app.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 40cf7fd..61d3e56 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -21,11 +21,11 @@ jobs: uses: actions/setup-python@v3 with: python-version: "3.10" + - uses: yezz123/setup-uv@v4 - name: Install dependencies run: | - python -m pip install --upgrade pip - pip install pytest - pip install -r requirements.txt + uv pip install pytest + uv pip install -r requirements.txt - name: Test with pytest run: | pytest