Skip to content

Commit

Permalink
experiment bash on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Feb 25, 2024
1 parent ed56930 commit c2d446c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/Regression_Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit c2d446c

Please sign in to comment.