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

This time no -r in pip command
  • Loading branch information
damies13 committed Feb 25, 2024
1 parent 58578de commit 60a75bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Regression_Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
if: ${{ matrix.platform != 'windows-latest' }}
run: |
ls -la dist
- name: Show Dist
- name: Show Dist W
if: ${{ matrix.platform == 'windows-latest' }}
run: |
dir dist
- name: Install Agent from dist
run: pip install -r dist/rfswarm-agent-*.tar.gz
run: pip install dist/rfswarm-agent-*.tar.gz
- name: Install Manager from dist (for testing Issues)
run: pip install -r dist/rfswarm-manager-*.tar.gz
run: pip install 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 60a75bf

Please sign in to comment.