From 04453266a672f9ee2434979d4a085ea4b3b557ef Mon Sep 17 00:00:00 2001 From: Evgeny Posenitskiy <45995097+q-posev@users.noreply.github.com> Date: Sun, 10 Nov 2024 21:34:27 +0100 Subject: [PATCH] Fix Python version in the CI testing --- .github/workflows/actions.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 7eb2e0b..a4435b0 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -52,6 +52,11 @@ jobs: diff configure_v rust_v diff configure_v ocaml_v + - name: setup fixed Python version for testing + uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f + with: + python-version: '3.10' + - name: install dependencies run: | sudo apt-get update @@ -140,6 +145,11 @@ jobs: steps: - uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 + - name: setup fixed Python version for testing + uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f + with: + python-version: '3.12' + - name: install dependencies run: | brew install emacs