From 0b7bda09bcfc555ba3b47de5c407a0fbad51e85d Mon Sep 17 00:00:00 2001 From: "w.pomp" Date: Thu, 16 Apr 2026 18:30:13 +0200 Subject: [PATCH] CI workflow --- .github/workflows/CI.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2886451..e9a35d6 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -9,7 +9,6 @@ on: push: branches: - main - - master tags: - '*' pull_request: @@ -90,6 +89,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 + with: + python-version: 3.x + - name: Cache Rust and sccache uses: actions/cache@v4 with: