Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lepapareil committed Jan 2, 2025
1 parent 4c43eda commit 517461f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test/test_prerequisites.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $actual_dir=(Get-Location).Path
$project_root_path=(Resolve-Path -LiteralPath $PSScriptRoot\..\..).path

# install python libs
python3 -m pip install --requirement $project_root_path\bin\requirements-frozen.txt
python -m pip install --requirement $project_root_path\bin\requirements-frozen.txt
if ($LASTEXITCODE) { Throw }

# start mock servers
Expand Down

0 comments on commit 517461f

Please sign in to comment.