Skip to content

Commit

Permalink
Update tests-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sreekarreddydfci authored Feb 20, 2024
1 parent 3ea2e44 commit 0dfeaa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
# Invoke-WebRequest -Uri "https://github.com/openslide/openslide-bin/releases/download/v20231011/$zipFile" -OutFile $zipFile
Invoke-WebRequest -Uri "https://github.com/openslide/openslide-bin/releases/download/v20230414/$zipFile" -OutFile $zipFile
Expand-Archive -Path $zipFile -DestinationPath $extractPath
$binPath = Join-Path $extractPath "openslide-win64-20231011/bin"
# $binPath = Join-Path $extractPath "openslide-win64-20231011/bin"
$binPath = Join-Path $extractPath "openslide-win64-20230414/bin"
Write-Host "Adding to PATH: $binPath"
echo "OPENSLIDE_PATH=$binPath" | Out-File -Append -FilePath $env:GITHUB_ENV
# echo "$binPath" | Out-File -Append -FilePath $env:GITHUB_PATH
Expand Down

0 comments on commit 0dfeaa9

Please sign in to comment.