Skip to content

Commit

Permalink
Update string
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll committed Feb 6, 2025
1 parent 1d8ca1a commit 55e5bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/test_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ flwr new e2e-tmp-test --framework numpy --username flwrlabs
Set-Location e2e-tmp-test

# Modify the config file
$flwrConfig = "`n[tool.flwr.federations.e2e]`naddress = \"127.0.0.1:9093\"`ninsecure = true"
$flwrConfig = "`n[tool.flwr.federations.e2e]`naddress = '127.0.0.1:9093'`ninsecure = true"
[System.IO.File]::AppendAllText("pyproject.toml", $flwrConfig)

# Start Flower processes in the background
Expand Down

0 comments on commit 55e5bd9

Please sign in to comment.