From 89b418cbb38a11531e9b4a07a5ce5f5aec56af32 Mon Sep 17 00:00:00 2001 From: TAdev0 Date: Tue, 9 Jul 2024 13:13:46 +0200 Subject: [PATCH] bump python version in ci --- .github/workflows/integration-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index b788a923e..70eb37429 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -1,6 +1,6 @@ name: Integration Tests -on: +on: push: branches: - main @@ -15,11 +15,11 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.9' + python-version: "3.9.11" - name: Install cairo-lang run: pip install cairo-lang==0.13.1 - + - name: Build run: make build