From c2d446cc55e7b371238e19e8f73cb426bbf78882 Mon Sep 17 00:00:00 2001 From: damies13 Date: Sun, 25 Feb 2024 13:55:58 +1000 Subject: [PATCH] experiment bash on windows --- .github/workflows/Regression_Tests.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Regression_Tests.yaml b/.github/workflows/Regression_Tests.yaml index 24d176323..47f05b357 100644 --- a/.github/workflows/Regression_Tests.yaml +++ b/.github/workflows/Regression_Tests.yaml @@ -47,12 +47,13 @@ jobs: # for /r %f in (dist/rfswarm_agent-*.whl) do pip install %f - name: Install Manager from dist (for testing Issues) UM + shell: bash # if: ${{ matrix.platform != 'windows-latest' }} run: pip install dist/rfswarm_manager-*.whl - - name: Install Manager from dist (for testing Issues) W - if: ${{ matrix.platform == 'windows-latest' }} - shell: cmd - run: pip install dist/rfswarm_manager-*.whl + # - name: Install Manager from dist (for testing Issues) W + # if: ${{ matrix.platform == 'windows-latest' }} + # shell: cmd + # run: pip install dist/rfswarm_manager-*.whl # Tests will probably fail as some dependancies for testing will be missing # just DB library?