From 0dfeaa9ca3c27b92debcb0dd8af1c8df78d1455f Mon Sep 17 00:00:00 2001 From: sreekarreddydfci <91486875+sreekarreddydfci@users.noreply.github.com> Date: Tue, 20 Feb 2024 12:07:23 -0500 Subject: [PATCH] Update tests-conda.yml --- .github/workflows/tests-conda.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests-conda.yml b/.github/workflows/tests-conda.yml index a95f8a6a..7599d57e 100644 --- a/.github/workflows/tests-conda.yml +++ b/.github/workflows/tests-conda.yml @@ -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