From 9fe6b720460d3ee7424160406dbfd515852e1866 Mon Sep 17 00:00:00 2001 From: IgorTatarnikov Date: Wed, 29 Nov 2023 14:17:27 +0000 Subject: [PATCH] python setup before conda --- .github/workflows/test_and_deploy.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 15019d9e..0c7ec1cb 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -36,6 +36,12 @@ jobs: if: runner.os == 'macOS' run: brew install hdf5 + - name: Set up Python ${{ matrix.python-version }} + if: runner.os == 'Windows' + uses: actions/setup-python@v4 + with: + python-version: ${{ matrix.python-version }} + - name: Setup Conda if: runner.os == 'Windows' uses: s-weigand/setup-conda@v1