diff --git a/.gitea/workflows/run-tests.yml b/.gitea/workflows/run-tests.yml index 4efcf39..45899cc 100644 --- a/.gitea/workflows/run-tests.yml +++ b/.gitea/workflows/run-tests.yml @@ -18,8 +18,8 @@ jobs: uses: actions/checkout@v3 - name: Install the latest version of uv - run: - - pip3 install uv + run: | + pip3 install uv - name: Install dependencies run: uv sync