From 23a58822753305893d27b2e65faeae5e8ad8f55a Mon Sep 17 00:00:00 2001 From: Remy Gwaramadze Date: Mon, 29 Jul 2024 10:16:10 +0200 Subject: [PATCH] Ci tweaks (#409) --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7464c6600..93efe6b9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,6 @@ name: 'CI' on: - push: pull_request: @@ -22,7 +21,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - name: Setup Python ${{ matrix.python }} + - name: Setup Python uses: actions/setup-python@v4 with: python-version: 3.8 @@ -43,7 +42,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - python: [ 3.8 ] + python: [3.8, 3.12] steps: - name: Checkout uses: actions/checkout@v3