From 9d4c4da02d3b4761b8b0eaa2427a7bd7dac18874 Mon Sep 17 00:00:00 2001 From: domna Date: Tue, 31 Oct 2023 15:15:24 +0100 Subject: [PATCH] Updates CI/CD to setup python --- .github/workflows/ci.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 11ea1e1fd..7eb59beb2 100755 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,6 +42,11 @@ jobs: with: fetch-depth: 0 + - name: Set up Python ${{ matrix.python-version }} + uses: actions/setup-python@v4 + with: + python-version: ${{ matrix.python-version }} + - name: Deploy Information if: ${{ github.event.inputs.deploy && env.python_version == env.python_deploy_version }} run: |