Skip to content

Commit

Permalink
try some powershell
Browse files Browse the repository at this point in the history
Try again to install packaged version of agent with pip
Issue #178
  • Loading branch information
damies13 committed Feb 25, 2024
1 parent a3e1f98 commit 7927a3a
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 @@ -39,8 +39,10 @@ jobs:
- name: Install Agent from dist W
if: ${{ matrix.platform == 'windows-latest' }}
run: |
for /r %f in (dist/rfswarm_agent-*.whl) do echo %f
for /r %f in (dist/rfswarm_agent-*.whl) do pip install %f
$files = GetChildItem –Filter rfswarm_agent-*.whl –Recurse
echo $files
# for /r %f in (dist/rfswarm_agent-*.whl) do echo %f
# for /r %f in (dist/rfswarm_agent-*.whl) do pip install %f

- name: Install Manager from dist (for testing Issues) UM
# if: ${{ matrix.platform != 'windows-latest' }}
Expand Down

0 comments on commit 7927a3a

Please sign in to comment.