We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f82c1 commit 86a2f3aCopy full SHA for 86a2f3a
.github/script/test.ps1
@@ -1,4 +1,5 @@
1
#!/bin/pwsh
2
+
3
if (Get-Command pip -ErrorAction SilentlyContinue) {
4
Write-Host "Installing Python dependencies..."
5
pip install -r requirements.txt
0 commit comments