From d8e16a84cf8935c4530a0947abee898a56fc3a97 Mon Sep 17 00:00:00 2001 From: Webb Scales <7795764+webbnh@users.noreply.github.com> Date: Wed, 6 Dec 2023 14:21:43 -0500 Subject: [PATCH] Rev-lock Python to 3.11 in the CI (#24) PBENCH-1304 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6ea7a8..e436f47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.x' + python-version: '3.11.x' - name: Install dependencies run: | python -m pip install --upgrade pip setuptools wheel