From 1f348fc4991f20a67bbedd2a10e368a7533d40a2 Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Wed, 29 Oct 2025 11:57:37 +0100 Subject: [PATCH] Explicitly set python version in GitHub workflow for testing with oneMath i/f --- .github/workflows/check-onemath.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/check-onemath.yaml b/.github/workflows/check-onemath.yaml index 615fd0469e1a..426640e02d32 100644 --- a/.github/workflows/check-onemath.yaml +++ b/.github/workflows/check-onemath.yaml @@ -100,6 +100,7 @@ jobs: miniforge-version: latest use-mamba: 'true' conda-remove-defaults: 'true' + python-version: ${{ matrix.python }} environment-file: ${{ env.environment-file }} activate-environment: ${{ env.test-env-name }} @@ -110,6 +111,7 @@ jobs: miniforge-version: latest use-mamba: 'true' conda-remove-defaults: 'true' + python-version: ${{ matrix.python }} environment-file: ${{ env.environment-file }} activate-environment: ${{ env.test-env-name }} @@ -204,6 +206,7 @@ jobs: miniforge-version: latest use-mamba: 'true' conda-remove-defaults: 'true' + python-version: ${{ matrix.python }} environment-file: ${{ env.environment-file }} activate-environment: ${{ env.test-env-name }} @@ -214,6 +217,7 @@ jobs: miniforge-version: latest use-mamba: 'true' conda-remove-defaults: 'true' + python-version: ${{ matrix.python }} environment-file: ${{ env.environment-file }} activate-environment: ${{ env.test-env-name }}