From 2f9ebc6fa39d1508b8c3cf7af86a8dfd517bc534 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Tue, 17 Sep 2024 12:55:42 +0200 Subject: [PATCH] Update the CI --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 2ed0828..875242e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.11"] + py: ["3.12"] steps: - name: Check out repository @@ -21,4 +21,4 @@ jobs: run: curl -LsSf https://astral.sh/uv/install.sh | sh - name: Run the program - run: uv run main.py + run: uv run -p ${{ matrix.py }} wotis