Skip to content

Commit

Permalink
Try again to install packaged version of agent with pip
Browse files Browse the repository at this point in the history
Expect agent tests to fail Issue #178
  • Loading branch information
damies13 committed Feb 25, 2024
1 parent 1c8d23d commit bf8a18b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/Regression_Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,20 @@ jobs:
with:
name: dist
path: dist

- name: Show Dist UM
if: ${{ matrix.platform != 'windows-latest' }}
run: |
ls -la dist W
- name: Show Dist
if: ${{ matrix.platform == 'windows-latest' }}
run: |
ls -la dist
dir dist
- name: Install Agent from dist
run: pip install -r Tests/Regression/Agent/pip_requirements.txt
run: pip install -r dist/rfswarm-agent-*.tar.gz
- name: Install Manager from dist (for testing Issues)
run: pip install -r Tests/Regression/Agent/pip_requirements.txt
run: pip install -r dist/rfswarm-manager-*.tar.gz

# Tests will probably fail as some dependancies for testing will be missing
# just DB library?
Expand Down

0 comments on commit bf8a18b

Please sign in to comment.