diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 9b60505..d02170b 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.9.18, 3.10.13, 3.11.6, 3.12.1, 3.13.0] + python-version: ["3.9", "3.10", "3.11", "3.12"] continue-on-error: true runs-on: ubuntu-latest steps: @@ -29,4 +29,4 @@ jobs: uv pip install -r requirements.txt - name: Run unit tests - run: uv python -m pytest tests/ \ No newline at end of file + run: uv run --no-project python -m pytest tests/ \ No newline at end of file