From 4aa36da4bd1ae488043a9e764afe78b2680d5216 Mon Sep 17 00:00:00 2001 From: mlee03 Date: Wed, 26 Jun 2024 10:31:59 -0400 Subject: [PATCH] change lint version --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 23a63e6d..a768fdb9 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.11.9 + - name: Step Python 3.11.7 uses: actions/setup-python@v4.6.0 with: - python-version: '3.11.9' + python-version: '3.11.7' - name: Install OpenMPI for gt4py run: | sudo apt-get install libopenmpi-dev