Skip to content

Commit 86a2f3a

Browse files
committed
update test.ps1
1 parent 56f82c1 commit 86a2f3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/script/test.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/pwsh
2+
23
if (Get-Command pip -ErrorAction SilentlyContinue) {
34
Write-Host "Installing Python dependencies..."
45
pip install -r requirements.txt

0 commit comments

Comments
 (0)