diff --git a/.github/workflows/run_unit_tests.yml b/.github/workflows/run_unit_tests.yml index 0e88d7db..01e61638 100644 --- a/.github/workflows/run_unit_tests.yml +++ b/.github/workflows/run_unit_tests.yml @@ -15,7 +15,7 @@ jobs: with: python-version: 3.9 - name: Install nox - run: pip install nox + run: pip install nox uv - name: Run unit tests run: nox -s tests code_style: