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 try the whl file
  • Loading branch information
damies13 committed Feb 25, 2024
1 parent 60a75bf commit 0e5b6dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/Regression_Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ jobs:
dir dist
- name: Install Agent from dist
run: pip install dist/rfswarm-agent-*.tar.gz
# run: pip install dist/rfswarm-agent-*.tar.gz
run: pip install dist/rfswarm_agent-*.whl
- name: Install Manager from dist (for testing Issues)
run: pip install dist/rfswarm-manager-*.tar.gz
# run: pip install dist/rfswarm-manager-*.tar.gz
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 0e5b6dc

Please sign in to comment.