From 67abb1c37aa821e70ed88ddc62bc1ccbd2e0be10 Mon Sep 17 00:00:00 2001 From: Frank Malatino Date: Wed, 24 Apr 2024 08:23:00 -0400 Subject: [PATCH] Updating github workflow python to 3.11.9 --- .github/workflows/lint.yml | 4 ++-- .github/workflows/main_unit_tests.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0cc08080..23a63e6d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,10 +11,10 @@ jobs: uses: actions/checkout@v3.5.2 with: submodules: 'recursive' - - name: Step Python 3.8.12 + - name: Step Python 3.11.9 uses: actions/setup-python@v4.6.0 with: - python-version: '3.8.12' + python-version: '3.11.9' - name: Install OpenMPI for gt4py run: | sudo apt-get install libopenmpi-dev diff --git a/.github/workflows/main_unit_tests.yml b/.github/workflows/main_unit_tests.yml index cf8ace3d..face3776 100644 --- a/.github/workflows/main_unit_tests.yml +++ b/.github/workflows/main_unit_tests.yml @@ -11,10 +11,10 @@ jobs: uses: actions/checkout@v3.5.2 with: submodules: 'recursive' - - name: Step Python 3.8.12 + - name: Step Python 3.11.9 uses: actions/setup-python@v4.6.0 with: - python-version: '3.8.12' + python-version: '3.11.9' - name: Install OpenMPI & Boost for gt4py run: | sudo apt-get install libopenmpi-dev libboost1.74-dev